zeev Thu Jan 11 10:18:19 2001 EDT Modified files: (Branch: php_4_0_4) /php4 NEWS configure.in /php4/main php_version.h Log: Prepare to roll pl1 PR: Submitted by: Reviewed by: Obtained from: Index: php4/NEWS diff -u php4/NEWS:1.532.2.8 php4/NEWS:1.532.2.9 --- php4/NEWS:1.532.2.8 Tue Jan 9 13:00:04 2001 +++ php4/NEWS Thu Jan 11 10:18:18 2001 @@ -1,7 +1,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Jan 2001, Version 4.0.4pl1 +11 Jan 2001, Version 4.0.4pl1 - Fixed the various pdf_open_*() functions (Daniel) - Fixed a bug that could cause invalid INI entries to be used under certain circumstances (Zeev) Index: php4/configure.in diff -u php4/configure.in:1.195.2.9 php4/configure.in:1.195.2.10 --- php4/configure.in:1.195.2.9 Wed Jan 3 15:51:16 2001 +++ php4/configure.in Thu Jan 11 10:18:18 2001 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.195.2.9 2001/01/03 23:51:16 zeev Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.195.2.10 2001/01/11 18:18:18 zeev Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -51,7 +51,7 @@ 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.4pl1-RC1, nodefine) +AM_INIT_AUTOMAKE(php, 4.0.4pl1, nodefine) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new Index: php4/main/php_version.h diff -u php4/main/php_version.h:1.43.2.5 php4/main/php_version.h:1.43.2.6 --- php4/main/php_version.h:1.43.2.5 Wed Jan 3 15:51:16 2001 +++ php4/main/php_version.h Thu Jan 11 10:18:19 2001 @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.0.4pl1-RC1" +#define PHP_VERSION "4.0.4pl1" -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]