summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-11-13 12:48:57 +0000
committerSascha Schumann <sas@php.net>1999-11-13 12:48:57 +0000
commitc8106593796ebb7594a81feb7887b0dd259bad4b (patch)
treebd927a343fd96867f79db1c10cec5e32e8801ba5
parent3dc7757a99321d92fbe2e6a0cd2453a335d411f8 (diff)
downloadphp-git-c8106593796ebb7594a81feb7887b0dd259bad4b.tar.gz
preparing 4.0b3-RC5
-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 89e354d534..f8726256d9 100644
--- a/configure.in
+++ b/configure.in
@@ -34,7 +34,7 @@ dnl ## Diversion 4 is the last one. Here we generate files and clean up.
divert(1)
dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0b3-RC4)
+AM_INIT_AUTOMAKE(php, 4.0b3-RC5)
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 97299b53fb..96b1ec34ac 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in.in to change version number */
-#define PHP_VERSION "4.0b3-RC4"
+#define PHP_VERSION "4.0b3-RC5"