]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Mon, 5 Apr 2004 15:43:52 +0000 (15:43 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 5 Apr 2004 15:43:52 +0000 (15:43 +0000)
configure.in
main/php_version.h

index e48643871b8d87d864f1838e07e1ae5a4584a685..39d3e31cfbbb81b29ec7782cd5252d01ed6cb5cc 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="RC3-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 0977ee1d1d175c9a59893dd4bde7cb7067784a96..d8a2cf1cbceaff1ddb8323e2afc340fb75dabf94 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 "RC2"
-#define PHP_VERSION "4.3.6RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "4.3.6RC3-dev"