]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Mon, 16 Feb 2004 16:03:35 +0000 (16:03 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 16 Feb 2004 16:03:35 +0000 (16:03 +0000)
configure.in
main/php_version.h

index 1db5385dcf87857810e5b2c102444856cd50121b..17b145f33ccda2c88acb2ae8444955c4a7de776d 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=5
-EXTRA_VERSION="RC3"
+EXTRA_VERSION="RC4-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 900fe50b182ec52f0e607049d8d96963bd4c9d38..afb53db1eafaedffbcde5f8baf83025136bd640d 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 "RC3"
-#define PHP_VERSION "4.3.5RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "4.3.5RC4-dev"