1.0.8 => 1.0.9-dev

master
Gennady Feldman 2015-05-18 18:19:58 -04:00
parent 50bfb5d8da
commit 15a3b9a059
2 changed files with 3 additions and 5 deletions

View File

@ -18,13 +18,11 @@ This extension allows php applications to communicate with any Stomp compliant M
<email>gena01@php.net</email>
<active>yes</active>
</lead>
<date>2015-05-18</date>
<version><release>1.0.8</release><api>1.0.8</api></version>
<date>XXXX-XX-XX</date>
<version><release>1.0.X</release><api>1.0.X</api></version>
<stability><release>stable</release><api>stable</api></stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix perm on source files. (Remi)
- Fixing PHP_STOMP_VERSION constant, per Remi's request. (Gennady)
</notes>
<contents>
<dir name="/">

View File

@ -29,7 +29,7 @@ typedef struct _stomp_object {
} stomp_object_t;
#define PHP_STOMP_EXTNAME "Stomp"
#define PHP_STOMP_VERSION "1.0.8"
#define PHP_STOMP_VERSION "1.0.9-dev"
#define PHP_STOMP_RES_NAME "stomp connection"