summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-04-02 21:09:21 +0000
committerAndi Gutmans <andi@php.net>2001-04-02 21:09:21 +0000
commiteb08e83c37db7722c00118967afeda3f86398e6f (patch)
treefe07e2fe84d1cd02fbeaa96790fa6ac925747faa
parent502ca85b9c529d429c822ef4c97688e7e0367646 (diff)
downloadphp-git-eb08e83c37db7722c00118967afeda3f86398e6f.tar.gz
- RC6
-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 1e7dd857b9..646d235fbb 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.5RC5, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5RC6, 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 4d1eaf746a..43d5079fcb 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.5RC5"
+#define PHP_VERSION "4.0.5RC6"