]> granicus.if.org Git - php/commitdiff
- Prepare for RC2
authorAndi Gutmans <andi@php.net>
Fri, 19 Dec 2003 13:36:38 +0000 (13:36 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 19 Dec 2003 13:36:38 +0000 (13:36 +0000)
configure.in
main/php_version.h

index e67a5b526d56d237baf5f7c6adb4c2f87d753875..c47a03bac2de1310043f70e71e1c2b8feb2c1048 100644 (file)
@@ -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
index 7035e5461a7661f6fb4081aef163b3ff7b020e21..de2deb5241e09622afa84235dc9800834c51f1bb 100644 (file)
@@ -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"