]> granicus.if.org Git - php/commitdiff
Go with 4.0.3
authorZeev Suraski <zeev@php.net>
Wed, 11 Oct 2000 17:31:34 +0000 (17:31 +0000)
committerZeev Suraski <zeev@php.net>
Wed, 11 Oct 2000 17:31:34 +0000 (17:31 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index b711b5715bdb4f5a11f77b240b407671ac12b0a3..c8a431217a22a3bd0775d8431e7f52b841fe84b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
-05 Oct 2000, Version 4.0.3
+11 Oct 2000, Version 4.0.3
 - Fixed a problem that allowed users to override admin_value's and admin_flag's
   (Zeev)
 - Fixed PostgreSQL module to work when the link handle is omitted (Zeev)
index 72a3e1ad018b7b6df35ee0831159976cc2d4fc16..87b696a9999acf6a078d9abca59210841e5fba17 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.0.3RC2)
+AM_INIT_AUTOMAKE(php, 4.0.3)
 
 PHP_VERSION=$VERSION
 echo "/* automatically generated by configure */" > php_version.h.new
index 02bc64b23649f2eaae74af0478624aeceb80d32d..16226f2077296170ef26dc340d34768c497a55e1 100644 (file)
@@ -1,3 +1,3 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
-#define PHP_VERSION "4.0.3RC2"
+#define PHP_VERSION "4.0.3"