]> granicus.if.org Git - php/commitdiff
Live goes on :)
authorEdin Kadribasic <edink@php.net>
Fri, 27 Dec 2002 22:11:40 +0000 (22:11 +0000)
committerEdin Kadribasic <edink@php.net>
Fri, 27 Dec 2002 22:11:40 +0000 (22:11 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 8485c5c0b2848a81b323aa7aeec9e5d07af2bf12..8abe10b8676a79d903ae6f1458bcd5af18980c27 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 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
index 509c2e8fba0e816683a1de3c391b50b8a6afa115..586841acc322466651704360ec7d6926d993741c 100644 (file)
@@ -43,8 +43,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 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
index ac7c4a4810a830249566722430b21ff36ef0f30e..722b017bda9b470760053a3904033cf322dd6dbd 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 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"