From 50bfb5d8dac83ce6731680f29a27c87baabfaac8 Mon Sep 17 00:00:00 2001 From: Gennady Feldman Date: Mon, 18 May 2015 18:17:11 -0400 Subject: [PATCH] Releasing v1.0.8 --- package.xml | 16 ++++++++++++++-- php_stomp.h | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 4ce5461..f9f146b 100644 --- a/package.xml +++ b/package.xml @@ -18,11 +18,13 @@ This extension allows php applications to communicate with any Stomp compliant M gena01@php.net yes - XXXX-XX-XX - 1.0.X1.0.X + 2015-05-18 + 1.0.81.0.8 stablestable PHP License +- Fix perm on source files. (Remi) +- Fixing PHP_STOMP_VERSION constant, per Remi's request. (Gennady) @@ -83,6 +85,16 @@ This extension allows php applications to communicate with any Stomp compliant M + + 1.0.81.0.8 + stablestable + PHP License + 2015-05-18 + +- Fix perm on source files. (Remi) +- Fixing PHP_STOMP_VERSION constant, per Remi's request. (Gennady) + + 1.0.71.0.7 stablestable diff --git a/php_stomp.h b/php_stomp.h index 32c0a6e..ae15e96 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-dev" +#define PHP_STOMP_VERSION "1.0.8" #define PHP_STOMP_RES_NAME "stomp connection"