From 6332e6d158454bbcb884e61ae493f85f2c289ea9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 20 May 2016 10:51:23 +0200 Subject: [PATCH] release 1.1.1 * Fix build with PostgreSQL < 9.3 --- package.xml | 5 +++-- php_pq.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index cb48d4f..4e6cadd 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ 2016-05-20 - 1.1.1dev + 1.1.1 1.1.0 @@ -46,7 +46,8 @@ BSD-2-Clause +* Fix build with PostgreSQL < 9.3 +]]> diff --git a/php_pq.h b/php_pq.h index 95ac2f1..06a0da2 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 "1.1.1dev" +#define PHP_PQ_VERSION "1.1.1" #ifdef PHP_WIN32 # define PHP_PQ_API __declspec(dllexport) -- 2.30.2