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