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)