diff options
| author | Zeev Suraski <zeev@php.net> | 2001-11-25 22:47:50 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2001-11-25 22:47:50 +0000 |
| commit | 501aa097895ae8b7722f0c480d93983dc12f5fec (patch) | |
| tree | 3e0acac0fc9b3d6aaff6a2308177a41d13948fb1 | |
| parent | 16d5e9f1082e389323363f4ba42ee6d9d7615e39 (diff) | |
| download | php-git-501aa097895ae8b7722f0c480d93983dc12f5fec.tar.gz | |
Prepare 4.1.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,6 +1,6 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 200?, Version 4.1.0 +26 Nov 2001, Version 4.1.0 - Fixed a bug which caused set_time_limit() to affect all requests to an Apache child. (Zeev) - Removed the sablotron extension in favor of the new XSLT extension. diff --git a/configure.in b/configure.in index 79f5bc16e8..9c3b9727c8 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.1.0RC3, nodefine) +AM_INIT_AUTOMAKE(php, 4.1.0, nodefine) 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 70fa617d5e..95279778f6 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.1.0RC3" +#define PHP_VERSION "4.1.0" |
