tag 1.0.1 release

release_1_0_1
Pierrick Charron 2010-08-03 13:21:20 +00:00
parent c3d53e5f2e
commit 4b3f88fd64
2 changed files with 3 additions and 3 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.x.x</release><api>1.x.x</api></version>
<date>2010-08-03</date>
<version><release>1.0.1</release><api>1.0.1</api></version>
<stability><release>stable</release><api>stable</api></stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>

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 "0"
#define PHP_STOMP_PATCH_VERSION "1"
#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