]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 1 Apr 2004 21:48:32 +0000 (21:48 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 1 Apr 2004 21:48:32 +0000 (21:48 +0000)
configure.in
main/php_version.h

index 9a101599dcce2a566ed0efca81d6550edaec62b6..02be88801e819154381a24432a361c248feb51ef 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-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 5a1ceef5039bc04342972a036ff684e3d56a0147..7f15eaca416eb22f286a43d6125e28a85130a522 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.3.6RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.3.6RC2-dev"