1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

prepare 0.6.0RC2

This commit is contained in:
Michael Wallner 2015-07-27 10:07:26 +02:00
parent 6840072b9e
commit ca58e17a2c
2 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>daverandom@php.net</email>
<active>yes</active>
</developer>
<date>2015-06-10</date>
<date>2015-07-27</date>
<version>
<release>0.6.0RC1</release>
<release>0.6.0RC2</release>
<api>0.6.0</api>
</version>
<stability>

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_VERSION "0.6.0RC1"
#define PHP_PQ_VERSION "0.6.0RC2"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)