From 957f9528dc19d64913c3f13edc2e0ff91c8b8a40 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Wed, 13 Oct 2010 03:28:20 +0000 Subject: [PATCH] Tag 1.0.3 and bump trunk version --- package.xml | 9 +++++++++ php_stomp.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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