summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-09 17:03:46 +0000
committerStig Bakken <ssb@php.net>1999-11-09 17:03:46 +0000
commitef941dd7000210d51758520e57987d360b6a755d (patch)
tree3d9dd4a8f9ea2c5b803ac43347ad1b6808d41160
parent2204607b1045a1a5eb14f3f80b5ba68f41e42dce (diff)
downloadphp-git-ef941dd7000210d51758520e57987d360b6a755d.tar.gz
4.0b3-RC4
-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 b3cca8801b..bd943cbca3 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-RC3)
+AM_INIT_AUTOMAKE(php, 4.0b3-RC4)
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 8dda4169b2..97299b53fb 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-RC3"
+#define PHP_VERSION "4.0b3-RC4"