From 9314140c2e364a83412acc5aec0272ffa53bf8cd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 23 Oct 2014 10:17:41 +0200 Subject: [PATCH] v0.5.4 --- package.xml | 2 +- php_pq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 8a741ab..8924655 100644 --- a/package.xml +++ b/package.xml @@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2014-10-23 - 0.5.4dev + 0.5.4 0.5.0 diff --git a/php_pq.h b/php_pq.h index b4583e9..df5853c 100644 --- a/php_pq.h +++ b/php_pq.h @@ -14,7 +14,7 @@ #ifndef PHP_PQ_H #define PHP_PQ_H -#define PHP_PQ_VERSION "0.5.4dev" +#define PHP_PQ_VERSION "0.5.4" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2