summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-06-02 09:39:47 +0000
committerAndi Gutmans <andi@php.net>2001-06-02 09:39:47 +0000
commit70936ba1cbb46ed9546b2cce856c22f0c7cc2226 (patch)
tree65b8f1f12f707e28768922d990b2e2271050be0e
parentac2cd94caa6ed8ad45039a5f4a486f3714e9d9f9 (diff)
downloadphp-git-70936ba1cbb46ed9546b2cce856c22f0c7cc2226.tar.gz
- Prepare for RC2
-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 059efafe58..87f1b2156a 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.6RC1, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.6RC2, 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 9a2b97e138..5f3afdbf6a 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.6RC1"
+#define PHP_VERSION "4.0.6RC2"