summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-04-01 14:39:14 +0000
committerSascha Schumann <sas@php.net>2000-04-01 14:39:14 +0000
commit77688ff3b54b0bea8ce390bf6e5aa682c06c06ed (patch)
tree695fe74d3e50d5f665671bb99162269d757ff4c7
parent9e2fb7bb419efb033e28f4704390628963ac2346 (diff)
downloadphp-git-77688ff3b54b0bea8ce390bf6e5aa682c06c06ed.tar.gz
Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)
-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 238d789e6a..a8151a88ad 100644
--- a/configure.in
+++ b/configure.in
@@ -53,7 +53,7 @@ divert(2)
PHP_CONFIGURE_PART(Running system checks)
dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0RC1)
+AM_INIT_AUTOMAKE(php, 4.0RC2-dev)
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 9e74c0fb1e..bf87c75012 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.0RC1"
+#define PHP_VERSION "4.0RC2-dev"