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:
a7d1803
)
back to dev
author
Michael Wallner
<mike@php.net>
Wed, 15 Oct 2014 16:47:18 +0000
(18:47 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 15 Oct 2014 16:47:18 +0000
(18:47 +0200)
package.xml
patch
|
blob
|
history
php_pq.h
patch
|
blob
|
history
diff --git
a/package.xml
b/package.xml
index 07843f882f0117180c8a39fa84f0562a5d611720..3531a5db55242a492c3f64e6188329d5f1270cfb 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-15</date>
<version>
- <release>0.5.
1
</release>
+ <release>0.5.
2dev
</release>
<api>0.5.0</api>
</version>
<stability>
@@
-42,7
+42,6
@@
http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-+ Fixed build with PostgreSQL <= 9.2
]]></notes>
<contents>
<dir name="/">
diff --git
a/php_pq.h
b/php_pq.h
index ffb93618685c03dbe4d83121a1a523eb203bf172..caab0278d2fa4a235ee56312a013af87c0612e44 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.
1
"
+#define PHP_PQ_VERSION "0.5.
2dev
"
int pq_module_number;
zend_module_entry pq_module_entry;