From: Michael Wallner Date: Thu, 24 Sep 2020 11:10:15 +0000 (+0200) Subject: back to dev [ci skip] X-Git-Tag: v2.2.0~19 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=c3b02a2567ab77ec4fb829d3dac6437afdcbc76e back to dev [ci skip] --- diff --git a/package.xml b/package.xml index 36ed6e4..400c5af 100644 --- a/package.xml +++ b/package.xml @@ -43,7 +43,7 @@ 2020-09-24 - 2.1.8 + 2.1.9dev 2.1.0 @@ -52,7 +52,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index 817627f..a422b6a 100644 --- a/php_pq.h +++ b/php_pq.h @@ -14,7 +14,7 @@ #ifndef PHP_PQ_H #define PHP_PQ_H -#define PHP_PQ_VERSION "2.1.8" +#define PHP_PQ_VERSION "2.1.9dev" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)