From 04fd7131b1c695a9461508b28cfad496ec5c8b69 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Sun, 18 Nov 2012 17:32:21 -0500 Subject: [PATCH] Prepare version number for release --- php_stomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_stomp.h b/php_stomp.h index 7db5e7e..945ff96 100644 --- a/php_stomp.h +++ b/php_stomp.h @@ -32,7 +32,7 @@ typedef struct _stomp_object { #define PHP_STOMP_MAJOR_VERSION "1" #define PHP_STOMP_MINOR_VERSION "0" #define PHP_STOMP_PATCH_VERSION "5" -#define PHP_STOMP_VERSION_STATUS "-dev" +#define PHP_STOMP_VERSION_STATUS "" #define PHP_STOMP_VERSION PHP_STOMP_MAJOR_VERSION "." PHP_STOMP_MINOR_VERSION "." PHP_STOMP_PATCH_VERSION PHP_STOMP_VERSION_STATUS #define PHP_STOMP_RES_NAME "stomp connection"