Skip to content

Commit

Permalink
Fixing PHP_STOMP_VERSION constant, per Remi's request.
Browse files Browse the repository at this point in the history
  • Loading branch information
gena01 committed May 18, 2015
1 parent bf4539e commit 4bd40f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions php_stomp.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ typedef struct _stomp_object {
} stomp_object_t;

#define PHP_STOMP_EXTNAME "Stomp"
#define PHP_STOMP_MAJOR_VERSION "1"
#define PHP_STOMP_MINOR_VERSION "0"
#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
#define PHP_STOMP_VERSION "1.0.8-dev"

#define PHP_STOMP_RES_NAME "stomp connection"

Expand Down

0 comments on commit 4bd40f2

Please sign in to comment.