]> granicus.if.org Git - php/commitdiff
Back to dev tree (forgot to restore versions).
authorIlia Alshanetsky <iliaa@php.net>
Wed, 11 Feb 2004 16:49:24 +0000 (16:49 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 11 Feb 2004 16:49:24 +0000 (16:49 +0000)
configure.in
main/php_version.h

index 4f666569766643516256deecffb2081b3e77d91e..6fc11b30a70ea58afd43a5a6b05dd7ad361dc457 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-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 1afc5be764b0fac8116ebdb989a32319b2f080af..baa3db441b199f77b794210a5b0db98fdf1c7194 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 "RC2"
-#define PHP_VERSION "4.3.5RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "4.3.5RC3-dev"