summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-04-01 16:30:22 +0000
committerZeev Suraski <zeev@php.net>2001-04-01 16:30:22 +0000
commit2257654b4fad29097ebb633d007758556fdcfe6e (patch)
tree56dfe6a24d446a80112a8061fab8e5ae0e8c551c
parente51346cec2d3f2e63e3cff1d55ee94ab8a94b183 (diff)
downloadphp-git-2257654b4fad29097ebb633d007758556fdcfe6e.tar.gz
YARC
-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 d10f51bc8f..1e7dd857b9 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.5RC4, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.5RC5, 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 0cfe199fe1..4d1eaf746a 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.5RC4"
+#define PHP_VERSION "4.0.5RC5"