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)