]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 25 Mar 2004 14:14:21 +0000 (14:14 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 25 Mar 2004 14:14:21 +0000 (14:14 +0000)
configure.in
main/php_version.h

index 5397709f57274783d2e3926a537065a1ab6850c4..2808a334fa76323e8ed2a8b483a9edc657783531 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=5
-EXTRA_VERSION=""
+RELEASE_VERSION=6
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index eb6bff6b447cef0728ad429c3f54437218b1bd75..e2779e5ddcf066988d8374d7ef978c3f7036e53a 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.5"
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.6-dev"