Package 4.0.0

This commit is contained in:
Zeev Suraski 2000-05-18 17:43:19 +00:00
parent e043439ff6
commit 7e0a18d014
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -1,7 +1,7 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
22 Mar 2000, Version 4.0.0 Release
- Improved round() to allow specification of rounding precision.
(Andrei, Todd Kirby <kirbyt@yahoo.com>)
- Added SORT_REGULAR, SORT_NUMERIC, SORT_STRING flags that can be used with

View File

@ -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.0RC2)
AM_INIT_AUTOMAKE(php, 4.0.0)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new

View File

@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_VERSION "4.0RC2"
#define PHP_VERSION "4.0.0"