summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-03-28 23:23:06 +0000
committerZeev Suraski <zeev@php.net>2001-03-28 23:23:06 +0000
commit00ff97638ecea831fe2be61a0cac8625c01c72c4 (patch)
treea3c9f37b2da463e220c60e0fa4bd2cf2dcd2f31a
parente4c41cdeb29d1d617573578ab2cd9301c87991d1 (diff)
downloadphp-git-00ff97638ecea831fe2be61a0cac8625c01c72c4.tar.gz
Yes, RC4 is here too. RC3 had a broken ZTS build.
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6572761ea6..d10f51bc8f 100644
--- a/configure.in
+++ b/configure.in
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0.5RC3, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5RC4, nodefine)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new
diff --git a/main/php_version.h b/main/php_version.h
index 46c9a130ab..0cfe199fe1 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.0.5RC3"
+#define PHP_VERSION "4.0.5RC4"