]> granicus.if.org Git - php/commitdiff
- Bump the version to RC1.
authorfoobar <sniper@php.net>
Wed, 12 Mar 2003 22:18:22 +0000 (22:18 +0000)
committerfoobar <sniper@php.net>
Wed, 12 Mar 2003 22:18:22 +0000 (22:18 +0000)
configure.in
main/php_version.h

index 434acdee76f7214c76fcf3a7e2dded1bed955f47..e5f85f3c0607684e5b48c860b208b9ae25979922 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=2
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="-RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index b6b2300bf2e60adb21e36779174174c411e043c1..ae76494402a431a5ece25832676735ba7f179806 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 "-dev"
-#define PHP_VERSION "4.3.2-dev"
+#define PHP_EXTRA_VERSION "-RC1"
+#define PHP_VERSION "4.3.2-RC1"