]> granicus.if.org Git - php/commitdiff
Package 4.0.0
authorZeev Suraski <zeev@php.net>
Thu, 18 May 2000 17:43:19 +0000 (17:43 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 18 May 2000 17:43:19 +0000 (17:43 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 9ab208f1677a6e49e9394f5d84b67ff14959b3c6..998f2a9b043b8f022046fb0dbe1778b374fe52d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 54c03c9f7af6ca0124450d5f6c219498dac0851a..8adad8b5ee057e738002cdebaaff601a3f169151 100644 (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
index 8ac3457fe2da75c3766419df12c3bb636c977452..374333e3e8a89f8affef4b9604bf8c6bb5c936c6 100644 (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"