summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-11-25 22:47:50 +0000
committerZeev Suraski <zeev@php.net>2001-11-25 22:47:50 +0000
commit501aa097895ae8b7722f0c480d93983dc12f5fec (patch)
tree3e0acac0fc9b3d6aaff6a2308177a41d13948fb1
parent16d5e9f1082e389323363f4ba42ee6d9d7615e39 (diff)
downloadphp-git-501aa097895ae8b7722f0c480d93983dc12f5fec.tar.gz
Prepare 4.1.0
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 88baf365d5..56ec5451ac 100644
--- a/NEWS
+++ b/NEWS
@@ -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"