From ef292e31699a5ad1288b28174b0ba37414574acd Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 25 Oct 2020 19:08:45 +0100 Subject: [PATCH] Increase version --- php_pq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_pq.h b/php_pq.h index a422b6a..175506e 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 "2.1.9dev" +#define PHP_PQ_VERSION "2.1.10dev" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport)