diff options
-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 |