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

index dcdf56e36e8480bd0cc4a0fdb30d9e5b851971e8..742826cd1d00133814c2b40af1294372b3b3036f 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-EXTRA_VERSION="RC3"
+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 e44ed2418e52cbbd5dc87644f06e71a2244ca394..63fa3a3f12fdef4b541c917db66f12cdae7f28a7 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 "RC3"
-#define PHP_VERSION "4.3.6RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "4.3.6RC4-dev"