summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-05-25 13:52:04 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-05-25 13:52:04 +0000
commit5e5de1960f3e2fd5604b8ab4c6e4e8d353e6758d (patch)
tree10253a6334744b3141a6650dda3bd368b1ed9f21
parent893aee30e8affae9d77e907a09f13a7c7264fbec (diff)
downloadphp-git-5e5de1960f3e2fd5604b8ab4c6e4e8d353e6758d.tar.gz
Back to dev.
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 927851713b..5a744675c9 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=7
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
diff --git a/main/php_version.h b/main/php_version.h
index 3d1ceb0021..3effc22f92 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.3.7RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.3.7RC2-dev"