From: Ilia Alshanetsky Date: Wed, 15 Dec 2004 15:05:11 +0000 (+0000) Subject: Back to dev. X-Git-Tag: php-4.3.11RC1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b201d00bdeeb6c0a35709764b1d36cfbbb4fc417;p=php Back to dev. --- diff --git a/NEWS b/NEWS index afbb5db6f4..6e77c5ce53 100644 --- 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) diff --git a/configure.in b/configure.in index 0cd240b61c..5b6bde36ca 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/main/php_version.h b/main/php_version.h index 320e992a9f..40872f9f2b 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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"