PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+? ? ??? 200?, Version 4.3.1
+
27 Dec 2002, Version 4.3.0
- If you don't specify building any other SAPI "make install" will install the
CGI SAPI binary in {PREFIX}/bin/php. If you want to install CLI SAPI in that
MAJOR_VERSION=4
MINOR_VERSION=3
-RELEASE_VERSION=0
-EXTRA_VERSION=""
+RELEASE_VERSION=1
+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 0
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.0"
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.1-dev"