Bump to stable

v1.1
Pierrick Charron 2010-02-12 04:55:47 +00:00
parent 781c5830c3
commit 4fcd961e8b
3 changed files with 16 additions and 10 deletions

View File

@ -1,2 +0,0 @@
this extension is experimental, its functions may change their names or move
to extension all together so do not rely to much on them you have been warned!

View File

@ -12,18 +12,17 @@ This extension allows php applications to communicate with any Stomp compliant M
<email>pierrick@php.net</email>
<active>yes</active>
</lead>
<date>2010-01-19</date>
<version><release>0.4.1</release><api>0.4.1</api></version>
<stability><release>beta</release><api>beta</api></stability>
<date>2010-02-11</date>
<version><release>1.0.0</release><api>1.0.0</api></version>
<stability><release>stable</release><api>stable</api></stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix compilation issue on PHP5.2 branch
- Bump to stable
</notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS" />
<file role="doc" name="EXPERIMENTAL" />
<file role="src" name="config.m4" />
<file role="src" name="config.w32" />
<file role="src" name="php_stomp.c" />
@ -77,6 +76,15 @@ This extension allows php applications to communicate with any Stomp compliant M
</extsrcrelease>
<changelog>
<release>
<version><release>0.4.1</release><api>0.4.1</api></version>
<stability><release>beta</release><api>beta</api></stability>
<license uri="http://www.php.net/license">PHP License</license>
<date>2010-01-19</date>
<notes>
- Fix compilation issue on PHP5.2 branch
</notes>
</release>
<release>
<version><release>0.4.0</release><api>0.4.0</api></version>
<stability><release>beta</release><api>beta</api></stability>

View File

@ -29,9 +29,9 @@ typedef struct _stomp_object {
} stomp_object_t;
#define PHP_STOMP_EXTNAME "Stomp"
#define PHP_STOMP_MAJOR_VERSION "0"
#define PHP_STOMP_MINOR_VERSION "4"
#define PHP_STOMP_PATCH_VERSION "1"
#define PHP_STOMP_MAJOR_VERSION "1"
#define PHP_STOMP_MINOR_VERSION "0"
#define PHP_STOMP_PATCH_VERSION "0"
#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