diff --git a/package.xml b/package.xml index f9f146b..32aa28b 100644 --- a/package.xml +++ b/package.xml @@ -18,13 +18,11 @@ This extension allows php applications to communicate with any Stomp compliant M gena01@php.net yes - 2015-05-18 - 1.0.81.0.8 + XXXX-XX-XX + 1.0.X1.0.X stablestable PHP License -- Fix perm on source files. (Remi) -- Fixing PHP_STOMP_VERSION constant, per Remi's request. (Gennady) diff --git a/php_stomp.h b/php_stomp.h index ae15e96..07edf39 100644 --- a/php_stomp.h +++ b/php_stomp.h @@ -29,7 +29,7 @@ typedef struct _stomp_object { } stomp_object_t; #define PHP_STOMP_EXTNAME "Stomp" -#define PHP_STOMP_VERSION "1.0.8" +#define PHP_STOMP_VERSION "1.0.9-dev" #define PHP_STOMP_RES_NAME "stomp connection"