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:
21f5754
)
prepare 2.0.1
v2.0.1
author
Michael Wallner
<mike@php.net>
Tue, 3 May 2016 16:35:34 +0000
(18:35 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 3 May 2016 16:35:34 +0000
(18:35 +0200)
package.xml
patch
|
blob
|
history
php_pq.h
patch
|
blob
|
history
diff --git
a/package.xml
b/package.xml
index
c723f52
..
e7fc455
100644
(file)
--- a/
package.xml
+++ b/
package.xml
@@
-37,7
+37,7
@@
</developer>
<date>2016-05-03</date>
<version>
- <release>2.0.1
dev
</release>
+ <release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
diff --git
a/php_pq.h
b/php_pq.h
index
be7a9d1
..
1fd3249
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 "2.0.1
dev
"
+#define PHP_PQ_VERSION "2.0.1"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)