Release stomp v1.0.6

v1.1 release_1_0_6
Pierrick Charron 2014-12-07 21:53:45 -05:00
parent 200bd35bb2
commit ca0de7d66a
2 changed files with 13 additions and 13 deletions

View File

@ -12,8 +12,8 @@ This extension allows php applications to communicate with any Stomp compliant M
<email>pierrick@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>2014-12-07</date>
<version><release>1.0.6</release><api>1.0.6</api></version>
<stability><release>stable</release><api>stable</api></stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>

View File

@ -32,7 +32,7 @@ typedef struct _stomp_object {
#define PHP_STOMP_MAJOR_VERSION "1"
#define PHP_STOMP_MINOR_VERSION "0"
#define PHP_STOMP_PATCH_VERSION "6"
#define PHP_STOMP_VERSION_STATUS "-dev"
#define PHP_STOMP_VERSION_STATUS ""
#define PHP_STOMP_VERSION PHP_STOMP_MAJOR_VERSION "." PHP_STOMP_MINOR_VERSION "." PHP_STOMP_PATCH_VERSION PHP_STOMP_VERSION_STATUS
#define PHP_STOMP_RES_NAME "stomp connection"