From 36150c001fa84f591f12bf2443e3990c3da3bd93 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 17 Dec 2014 11:34:59 +0100 Subject: [PATCH] missed the source header --- php_pq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_pq.h b/php_pq.h index 172aa80..986796c 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.6dev" +#define PHP_PQ_VERSION "0.6.0dev" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2