projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af2033b
)
Fix version
author
Christoph M. Becker
<cmbecker69@gmx.de>
Thu, 5 Sep 2019 17:33:17 +0000
(19:33 +0200)
committer
Christoph M. Becker
<cmbecker69@gmx.de>
Mon, 9 Sep 2019 13:44:06 +0000
(15:44 +0200)
7.3.10 is next, not 7.3.11.
main/php_version.h
patch
|
blob
|
history
diff --git
a/main/php_version.h
b/main/php_version.h
index 3d906bebba598eef49702aef6c4537eb28793fe5..2fb0e3c243eae5513f256b9c2191baa060d57720 100644
(file)
--- a/
main/php_version.h
+++ b/
main/php_version.h
@@
-2,7
+2,7
@@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 1
1
+#define PHP_RELEASE_VERSION 1
0
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.1
1
-dev"
-#define PHP_VERSION_ID 7031
1
+#define PHP_VERSION "7.3.1
0
-dev"
+#define PHP_VERSION_ID 7031
0