]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 25 May 2004 13:52:04 +0000 (13:52 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 25 May 2004 13:52:04 +0000 (13:52 +0000)
configure.in
main/php_version.h

index 927851713bcc1c1442ab715532d995145cc18cfd..5a744675c98d964d8c52efa5b9d62e13450c190f 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=7
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 3d1ceb0021bc393e9ebc01c71d9230e78dc367aa..3effc22f9222e7260543e9441e87600315c8b7a8 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 7
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.3.7RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.3.7RC2-dev"