summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-15 18:50:48 +0000
committerfoobar <sniper@php.net>2003-05-15 18:50:48 +0000
commitdaacfa367b7bc4378feee6c6c088b4484ba453a7 (patch)
tree7330946481c289fcdcb4f70ea0adce8b1d82fdf1
parent73d041e231b5e9f2ca04abdbb878acb71d9c8c69 (diff)
downloadphp-git-daacfa367b7bc4378feee6c6c088b4484ba453a7.tar.gz
- Now this is 4.3.2RC4-dev..hopefully we won't need it. :)
-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 eaf1e8f429..9084a3d8f0 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=2
-EXTRA_VERSION="RC3"
+EXTRA_VERSION="RC4-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 f1e8cf9ff8..3726c3e72c 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 2
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "4.3.2RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "4.3.2RC4-dev"