From ee222667e3157f0edde79d0d6c3a72c37a219dfd Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 29 Aug 2000 19:44:44 +0000 Subject: [PATCH] Start on 4.0.3-dev. [placeholder] in NEWS is for automated nightly NEWS file update script, it'll be removed after the first entry is there. --- NEWS | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a1f8d80889..cf18d803f0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2000, Version 4.0.3-dev +- [placeholder] + 29 Aug 2000, Version 4.0.2 - PHP 3 regression testing framework re-born (Stig) - Added php_uname() function (Stig) diff --git a/configure.in b/configure.in index cb6ac8cfcf..c2c1a7a5aa 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories. dnl ## Diversion 5 is the last one. Here we generate files and clean up. dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0.2) +AM_INIT_AUTOMAKE(php, 4.0.3-dev) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new -- 2.50.1