projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a547013
)
v0.5.4
v0.5.4
author
Michael Wallner
<mike@php.net>
Thu, 23 Oct 2014 08:17:41 +0000
(10:17 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 23 Oct 2014 08:17:41 +0000
(10:17 +0200)
package.xml
patch
|
blob
|
history
php_pq.h
patch
|
blob
|
history
diff --git
a/package.xml
b/package.xml
index 8a741ab07c39e9fd83653fab91375fec9eeddbc6..8924655a9113a499145d7e5773fad0e6b329231f 100644
(file)
--- a/
package.xml
+++ b/
package.xml
@@
-33,7
+33,7
@@
http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2014-10-23</date>
<version>
- <release>0.5.4
dev
</release>
+ <release>0.5.4</release>
<api>0.5.0</api>
</version>
<stability>
diff --git
a/php_pq.h
b/php_pq.h
index b4583e9f010ebda8579e824e74eb9be6b5bae7f0..df5853cd9138844b6d796b5263fdb609b42e4c70 100644
(file)
--- a/
php_pq.h
+++ b/
php_pq.h
@@
-14,7
+14,7
@@
#ifndef PHP_PQ_H
#define PHP_PQ_H
-#define PHP_PQ_VERSION "0.5.4
dev
"
+#define PHP_PQ_VERSION "0.5.4"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)