From 2c4b2f8bf1d7d4f6428fc8e7decdcf406c55b68e Mon Sep 17 00:00:00 2001 From: Gennady Feldman Date: Fri, 15 May 2015 17:21:29 -0400 Subject: [PATCH] 1.0.7 => 1.0.8-dev --- package.xml | 7 ++----- php_stomp.h | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index 2f6ab7b..4ce5461 100644 --- a/package.xml +++ b/package.xml @@ -18,14 +18,11 @@ This extension allows php applications to communicate with any Stomp compliant M gena01@php.net yes - 2015-05-15 - 1.0.71.0.7 + XXXX-XX-XX + 1.0.X1.0.X stablestable PHP License -- add LICENSE file as documentation (Remi) -- Fixed Windows compilation regression due to new TCP_NODELAY code. (Gennady Feldman) -- Fixed bug where error checking was missing after stomp_send(). (Gennady Feldman) diff --git a/php_stomp.h b/php_stomp.h index a246859..5494d48 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 "7" +#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