From: Michael Wallner Date: Fri, 20 May 2016 08:13:55 +0000 (+0200) Subject: back to dev [ci skip] X-Git-Tag: v2.1.1~4 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=57a45f1b0e9febc74a4fc268950d590d709885b0;ds=sidebyside back to dev [ci skip] --- diff --git a/package.xml b/package.xml index 03c9872..14d883f 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ 2016-05-20 - 2.1.0 + 2.1.1dev 2.1.0 @@ -46,9 +46,7 @@ BSD-2-Clause diff --git a/php_pq.h b/php_pq.h index 074b640..2856c32 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.0" +#define PHP_PQ_VERSION "2.1.1dev" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)