Skip to content

Commit

Permalink
Bump to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
adoy committed Feb 12, 2010
1 parent 781c583 commit 4fcd961
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 0 additions & 2 deletions EXPERIMENTAL

This file was deleted.

18 changes: 13 additions & 5 deletions package.xml
Expand Up @@ -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" />
Expand Down Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions php_stomp.h
Expand Up @@ -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

Expand Down

0 comments on commit 4fcd961

Please sign in to comment.