]> granicus.if.org Git - php/commitdiff
Go with PHP 4.3.2RC4
authorfoobar <sniper@php.net>
Wed, 21 May 2003 23:22:01 +0000 (23:22 +0000)
committerfoobar <sniper@php.net>
Wed, 21 May 2003 23:22:01 +0000 (23:22 +0000)
configure.in
main/php_version.h

index 9084a3d8f0d4805b51f1e7958098974ff4c7465c..290a46778e92030adf06fd65457e1ecab2e05858 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=2
-EXTRA_VERSION="RC4-dev"
+EXTRA_VERSION="RC4"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 3726c3e72c2b5865186aee582b9ebd4640098d5f..3e6cd9b157ef12c4057115461dec2b9902ad1b7a 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 "RC4-dev"
-#define PHP_VERSION "4.3.2RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "4.3.2RC4"