Releasing v1.0.8

master release_1_0_8
Gennady Feldman 2015-05-18 18:17:11 -04:00
parent 4bd40f20a2
commit 50bfb5d8da
2 changed files with 15 additions and 3 deletions

View File

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

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-dev"
#define PHP_STOMP_VERSION "1.0.8"
#define PHP_STOMP_RES_NAME "stomp connection"