diff options
author | Zeev Suraski <zeev@php.net> | 2000-05-18 17:43:19 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-05-18 17:43:19 +0000 |
commit | 7e0a18d014384f6d5f84c18ee1270a46068575b4 (patch) | |
tree | f94ae84709447477ebc2befb373fe65eba727530 | |
parent | e043439ff61535bf6994d55a5056ff8b29b9828e (diff) | |
download | php-git-7e0a18d014384f6d5f84c18ee1270a46068575b4.tar.gz |
Package 4.0.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 diff --git a/configure.in b/configure.in index 54c03c9f7a..8adad8b5ee 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/main/php_version.h b/main/php_version.h index 8ac3457fe2..374333e3e8 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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" |