summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-03-20 21:59:49 +0000
committerZeev Suraski <zeev@php.net>2001-03-20 21:59:49 +0000
commitad8426b7d344f18f227c6ebe6e5303019c464dcc (patch)
tree05f98731d7631a60fc0f80261bd38a9324ffec79
parenteb2afa6cfbd26d1bb7d4c6498bd7987e681a7b7e (diff)
downloadphp-git-ad8426b7d344f18f227c6ebe6e5303019c464dcc.tar.gz
4.0.5RC2
-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 edfab08204..f984bb21a6 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.5, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5RC2, 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 04ecf3fcff..72ae61e8d4 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.5RC1"
+#define PHP_VERSION "4.0.5RC2"