diff options
author | Thies C. Arntzen <thies@php.net> | 2000-02-21 11:02:02 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-02-21 11:02:02 +0000 |
commit | ef1ea9c895d1b9405bfe2e996fb5d1267a452eac (patch) | |
tree | 30cbfb1501060072b4613daa23ab60498c46612b | |
parent | 22099d934e2c93e5e6d39379b13482161e12b6da (diff) | |
download | php-git-ef1ea9c895d1b9405bfe2e996fb5d1267a452eac.tar.gz |
the next baby is likely to be RC1, but...
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |