diff --git a/package.xml b/package.xml index c1d862f..e55bc86 100644 --- a/package.xml +++ b/package.xml @@ -75,6 +75,15 @@ This extension allows php applications to communicate with any Stomp compliant M + + 1.0.31.0.3 + stablestable + PHP License + 2010-10-12 + +- Fixed bug #18772 (setTimeout usecs not honored) + + 1.0.21.0.2 stablestable diff --git a/php_stomp.h b/php_stomp.h index 330cc69..4b79ffe 100644 --- a/php_stomp.h +++ b/php_stomp.h @@ -31,7 +31,7 @@ typedef struct _stomp_object { #define PHP_STOMP_EXTNAME "Stomp" #define PHP_STOMP_MAJOR_VERSION "1" #define PHP_STOMP_MINOR_VERSION "0" -#define PHP_STOMP_PATCH_VERSION "3" +#define PHP_STOMP_PATCH_VERSION "4" #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