summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-09 12:20:34 +0000
committerStig Bakken <ssb@php.net>1999-11-09 12:20:34 +0000
commit9e1cfb4f6e22a42b15b09f5dcb3a846f5f1ad0ce (patch)
tree629a932d402e63994c7db0362dcbf0c851a6d433
parentd17a12319f3fabff41884b1e578f331a88f80f83 (diff)
downloadphp-git-9e1cfb4f6e22a42b15b09f5dcb3a846f5f1ad0ce.tar.gz
Bump version to 4.0b3-RC3.
# We release RC2 just minutes before Sam Ruby commits his Java extension. # What timing!
-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 be665ac636..b3cca8801b 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-RC2)
+AM_INIT_AUTOMAKE(php, 4.0b3-RC3)
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 0d53587671..8dda4169b2 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-RC2"
+#define PHP_VERSION "4.0b3-RC3"