]> granicus.if.org Git - php/commitdiff
- Bumb the version to 4.3.2-RC2
authorfoobar <sniper@php.net>
Mon, 28 Apr 2003 21:11:47 +0000 (21:11 +0000)
committerfoobar <sniper@php.net>
Mon, 28 Apr 2003 21:11:47 +0000 (21:11 +0000)
configure.in
main/php_version.h

index 620a59533821d35006994fa780aea8969adbdb29..01d07b0cb7b42b6f8e7fb51d63e18a5fc23318d8 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=2
-EXTRA_VERSION="-RC"
+EXTRA_VERSION="-RC2"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index c4842c2fc0900d0ed3a4ccc609ebb9e8c4f51ab5..91c862830ec64a1e59a22761717cee81bad3927a 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "-RC"
-#define PHP_VERSION "4.3.2-RC"
+#define PHP_EXTRA_VERSION "-RC2"
+#define PHP_VERSION "4.3.2-RC2"