Skip to content

Commit

Permalink
prepare release 2.1.4
Browse files Browse the repository at this point in the history
* Fix #30: pq\Types is restricted to non-composite types
  • Loading branch information
m6w6 committed Jun 26, 2018
1 parent ddb4297 commit e9eb250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2018-01-10</date>
<date>2018-06-26</date>
<version>
<release>2.1.3</release>
<release>2.1.4</release>
<api>2.1.0</api>
</version>
<stability>
Expand All @@ -52,8 +52,7 @@
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
+ Update static pq\Types with PostgreSQL-10 types
* Fix gh-issue #30: pq\Types is restricted to non-composite types
]]></notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_pq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H

#define PHP_PQ_VERSION "2.1.3"
#define PHP_PQ_VERSION "2.1.4"

#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)
Expand Down

0 comments on commit e9eb250

Please sign in to comment.