]> granicus.if.org Git - php/commitdiff
Back to dev.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 15 Dec 2004 15:05:11 +0000 (15:05 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 15 Dec 2004 15:05:11 +0000 (15:05 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index afbb5db6f4690a8f25c67250716934b94867022e..6e77c5ce53baf4ac06de5856dfe0285a75e693f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? ????, Version 4.3.11
+
 15 Dec 2004, Version 4.3.10
 - Added the %F modifier to *printf to render a non-locale-aware representation
   of a float with the . as decimal separator. (Derick)
index 0cd240b61ce781d4490b4b68fcf8da37e785b74d..5b6bde36cafb89884b48cda72ee835601db4696c 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=3
-RELEASE_VERSION=10
-EXTRA_VERSION=""
+RELEASE_VERSION=11
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 320e992a9f277a85155fb6573fc5fa306051d85d..40872f9f2b03bc0a7c7f94a00741dad53f8ff250 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 10
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.10"
+#define PHP_RELEASE_VERSION 11
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.11-dev"