1.0.7 => 1.0.8-dev

master
Gennady Feldman 2015-05-15 17:21:29 -04:00
parent 0e38c2452e
commit 2c4b2f8bf1
2 changed files with 3 additions and 6 deletions

View File

@ -18,14 +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-15</date>
<version><release>1.0.7</release><api>1.0.7</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>
- add LICENSE file as documentation (Remi)
- Fixed Windows compilation regression due to new TCP_NODELAY code. (Gennady Feldman)
- Fixed bug where error checking was missing after stomp_send(). (Gennady Feldman)
</notes>
<contents>
<dir name="/">

View File

@ -31,7 +31,7 @@ typedef struct _stomp_object {
#define PHP_STOMP_EXTNAME "Stomp"
#define PHP_STOMP_MAJOR_VERSION "1"
#define PHP_STOMP_MINOR_VERSION "0"
#define PHP_STOMP_PATCH_VERSION "7"
#define PHP_STOMP_PATCH_VERSION "8"
#define PHP_STOMP_VERSION_STATUS "-dev"
#define PHP_STOMP_VERSION PHP_STOMP_MAJOR_VERSION "." PHP_STOMP_MINOR_VERSION "." PHP_STOMP_PATCH_VERSION PHP_STOMP_VERSION_STATUS