]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 14 Sep 2004 04:33:09 +0000 (04:33 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 14 Sep 2004 04:33:09 +0000 (04:33 +0000)
configure.in
main/php_version.h

index 554aea53e25cd41f352e41a3753a1c64dcbc9ea6..b7079d5437c9f1cc1e27951624ec28f214c0abfd 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-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 3024ddef9e71aed3905e3052e9fbf438d8b16945..9a11f209b76849f6978d0dcb5dfaa78fe8518ca8 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "4.3.9RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "4.3.9RC4-dev"