We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ef9e8 commit 0d5555eCopy full SHA for 0d5555e
configure.in
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
51
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
52
53
dnl ## This is where the version number is changed from now on!
54
-AM_INIT_AUTOMAKE(php, 4.0.6RC3, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.6RC4, nodefine)
55
56
PHP_VERSION=$VERSION
57
echo "/* automatically generated by configure */" > php_version.h.new
main/php_version.h
@@ -1,3 +1,3 @@
1
/* automatically generated by configure */
2
/* edit configure.in to change version number */
3
-#define PHP_VERSION "4.0.6RC3"
+#define PHP_VERSION "4.0.6RC4"
0 commit comments