From: Edin Kadribasic Date: Fri, 27 Dec 2002 22:11:40 +0000 (+0000) Subject: Live goes on :) X-Git-Tag: PHP_4_3_before_13561_fix~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdb8029c393ea3a1a248d7b675703230317b1e67;p=php Live goes on :) --- diff --git a/NEWS b/NEWS index 8485c5c0b2..8abe10b867 100644 --- 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 diff --git a/configure.in b/configure.in index 509c2e8fba..586841acc3 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/main/php_version.h b/main/php_version.h index ac7c4a4810..722b017bda 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 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"