Fixing PHP_STOMP_VERSION constant, per Remi's request.

master
Gennady Feldman 2015-05-18 18:08:25 -04:00
parent bf4539e523
commit 4bd40f20a2
1 changed files with 1 additions and 5 deletions

View File

@ -29,11 +29,7 @@ typedef struct _stomp_object {
} stomp_object_t;
#define PHP_STOMP_EXTNAME "Stomp"
#define PHP_STOMP_MAJOR_VERSION "1"
#define PHP_STOMP_MINOR_VERSION "0"
#define PHP_STOMP_PATCH_VERSION "8"
#define PHP_STOMP_VERSION_STATUS "-dev"
#define PHP_STOMP_VERSION PHP_STOMP_MAJOR_VERSION "." PHP_STOMP_MINOR_VERSION "." PHP_STOMP_PATCH_VERSION PHP_STOMP_VERSION_STATUS
#define PHP_STOMP_VERSION "1.0.8-dev"
#define PHP_STOMP_RES_NAME "stomp connection"