summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"