]> granicus.if.org Git - php/commitdiff
Bumb version.
authorfoobar <sniper@php.net>
Thu, 15 May 2003 18:46:20 +0000 (18:46 +0000)
committerfoobar <sniper@php.net>
Thu, 15 May 2003 18:46:20 +0000 (18:46 +0000)
configure.in
main/php_version.h

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