summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-02-21 11:02:02 +0000
committerThies C. Arntzen <thies@php.net>2000-02-21 11:02:02 +0000
commitef1ea9c895d1b9405bfe2e996fb5d1267a452eac (patch)
tree30cbfb1501060072b4613daa23ab60498c46612b
parent22099d934e2c93e5e6d39379b13482161e12b6da (diff)
downloadphp-git-ef1ea9c895d1b9405bfe2e996fb5d1267a452eac.tar.gz
the next baby is likely to be RC1, but...
-rw-r--r--NEWS2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78cd053d81..4506940bfe 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 3cf6de431f..b5c7d1c45d 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