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 e2b1d7c commit 0c226daCopy full SHA for 0c226da
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.5RC6, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5RC8, 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.5RC6"
+#define PHP_VERSION "4.0.5RC8"
0 commit comments