Prepare version number for release

v1.1
Pierrick Charron 2012-11-18 17:32:21 -05:00
parent acde8ab523
commit 04fd7131b1
1 changed files with 1 additions and 1 deletions

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 "5"
#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"