From: Michael Wallner Date: Tue, 19 Jan 2016 05:53:03 +0000 (+0100) Subject: back to dev X-Git-Tag: release-1.1.2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=ecec59421038ead4f749388d4a760df9875593ad;p=m6w6%2Fext-raphf back to dev --- diff --git a/package.xml b/package.xml index c9ffb3a..48f8d7e 100644 --- a/package.xml +++ b/package.xml @@ -21,7 +21,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2016-01-19 - 1.1.1 + 1.1.2dev 1.0.0 @@ -30,9 +30,6 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD, revised diff --git a/php_raphf.h b/php_raphf.h index 18bc595..675a353 100644 --- a/php_raphf.h +++ b/php_raphf.h @@ -16,7 +16,7 @@ extern zend_module_entry raphf_module_entry; #define phpext_raphf_ptr &raphf_module_entry -#define PHP_RAPHF_VERSION "1.1.1" +#define PHP_RAPHF_VERSION "1.1.2dev" #ifdef PHP_WIN32 # define PHP_RAPHF_API __declspec(dllexport)