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"