From: Michael Wallner Date: Fri, 17 Oct 2014 09:43:27 +0000 (+0200) Subject: back to dev X-Git-Tag: v0.5.3~5 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=d4ed03032c338c208cb65ac9e435bfe6c287bbc1;hp=07b495a28adae2152164369654b365a93273cea9 back to dev --- diff --git a/package.xml b/package.xml index 05a6afe..4a5868c 100644 --- a/package.xml +++ b/package.xml @@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2014-10-17 - 0.5.2 + 0.5.3dev 0.5.0 @@ -42,8 +42,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD, revised diff --git a/php_pq.h b/php_pq.h index c647280..e5c0083 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.2" +#define PHP_PQ_VERSION "0.5.3dev" int pq_module_number; zend_module_entry pq_module_entry;