summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2003-12-19 13:36:38 +0000
committerAndi Gutmans <andi@php.net>2003-12-19 13:36:38 +0000
commite7bdc15148c2927c7324becb27ecc10c565526cc (patch)
tree955584e9aea87ddef505428bcae11cd3c598511d
parentf9f19c99b32c46307369147ccd96d3b83ca4d66c (diff)
downloadphp-git-e7bdc15148c2927c7324becb27ecc10c565526cc.tar.gz
- Prepare for RC2
-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 e67a5b526d..c47a03bac2 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=0
RELEASE_VERSION=0
-EXTRA_VERSION="b3RC1"
+EXTRA_VERSION="b3RC2"
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 7035e5461a..de2deb5241 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "b3RC1"
-#define PHP_VERSION "5.0.0b3RC1"
+#define PHP_EXTRA_VERSION "b3RC2"
+#define PHP_VERSION "5.0.0b3RC2"