From: Michael Wallner Date: Thu, 23 Oct 2014 10:00:05 +0000 (+0200) Subject: back to dev X-Git-Tag: v0.5.5~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=b3091850bc476ba4bf0a65fd6304a52d51364c0c back to dev --- diff --git a/package.xml b/package.xml index 8924655..b261fa2 100644 --- a/package.xml +++ b/package.xml @@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2014-10-23 - 0.5.4 + 0.5.5dev 0.5.0 diff --git a/php_pq.h b/php_pq.h index df5853c..05b999d 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 "0.5.4" +#define PHP_PQ_VERSION "0.5.5dev" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)