]> granicus.if.org Git - php/commitdiff
- Now this is 4.3.2RC4-dev..hopefully we won't need it. :)
authorfoobar <sniper@php.net>
Thu, 15 May 2003 18:50:48 +0000 (18:50 +0000)
committerfoobar <sniper@php.net>
Thu, 15 May 2003 18:50:48 +0000 (18:50 +0000)
configure.in
main/php_version.h

index eaf1e8f4299327c6c84e821e563c3043073ed93f..9084a3d8f0d4805b51f1e7958098974ff4c7465c 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"
+EXTRA_VERSION="RC4-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index f1e8cf9ff876e34bacab4998e37ad11e15183c18..3726c3e72c2b5865186aee582b9ebd4640098d5f 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"
-#define PHP_VERSION "4.3.2RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "4.3.2RC4-dev"