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

index 6ae756d03634c97cae19b485610755a859b2de6b..2ff11447d76e2c72a220e66c3066e678b1ec86a9 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-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 b8e8cff8d73b2f59d8d4b432b2efbb6a3fa65940..0c6d823321e19608167f0ac90a87e40c146d34b0 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.3.5RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.3.5RC2-dev"