From: Michael Wallner Date: Fri, 20 May 2016 08:14:12 +0000 (+0200) Subject: back to dev [ci skip] X-Git-Tag: v1.1.1~3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=db2b646ec8a18a2368bc166e02752a6c0c9ea7b7;ds=inline back to dev [ci skip] --- diff --git a/package.xml b/package.xml index 01a5256..cb48d4f 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ 2016-05-20 - 1.1.0 + 1.1.1dev 1.1.0 @@ -46,10 +46,7 @@ BSD-2-Clause +*]]> diff --git a/php_pq.h b/php_pq.h index 2e72e96..95ac2f1 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 "1.1.0" +#define PHP_PQ_VERSION "1.1.1dev" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)