From 8a32e3cf7b134c7e0758fff7c22dd60c119838cf Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 3 May 2016 18:35:34 +0200 Subject: [PATCH] prepare 2.0.1 --- package.xml | 2 +- php_pq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index c723f52..e7fc455 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ 2016-05-03 - 2.0.1dev + 2.0.1 2.0.0 diff --git a/php_pq.h b/php_pq.h index be7a9d1..1fd3249 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.0.1dev" +#define PHP_PQ_VERSION "2.0.1" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2