From ef1ea9c895d1b9405bfe2e996fb5d1267a452eac Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Mon, 21 Feb 2000 11:02:02 +0000 Subject: [PATCH] the next baby is likely to be RC1, but... --- NEWS | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 78cd053d817..4506940bfe1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +???, Version 4.0 Beta 5 + 20 February 2000, Version 4.0 Beta 4 - Introduced $HTTP_POST_FILES[], that contains information about files uploaded through HTTP upload (Zeev) diff --git a/configure.in b/configure.in index 3cf6de431ff..b5c7d1c45dc 100644 --- a/configure.in +++ b/configure.in @@ -52,7 +52,7 @@ divert(2) PHP_CONFIGURE_PART(Running system checks) dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0b4) +AM_INIT_AUTOMAKE(php, 4.0b5-dev) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new