1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
This commit is contained in:
Michael Wallner 2014-10-23 10:17:41 +02:00
parent a5470139f5
commit 9314140c2e
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2014-10-23</date>
<version>
<release>0.5.4dev</release>
<release>0.5.4</release>
<api>0.5.0</api>
</version>
<stability>

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_VERSION "0.5.4dev"
#define PHP_PQ_VERSION "0.5.4"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)