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)
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
/* 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"