summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-02-27 09:06:33 +0000
committerZeev Suraski <zeev@php.net>2002-02-27 09:06:33 +0000
commitef03277c51b09d9a8e9646434bb0c4419ae8a2d0 (patch)
tree0bd6c6b09014e74ac1d8063621f5f0bf2fb47453
parent02cc197a77b32f27bd64282b98329ac20d1669e0 (diff)
downloadphp-git-ef03277c51b09d9a8e9646434bb0c4419ae8a2d0.tar.gz
Go with 4.1.2
-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 eb5db8bf3f..dd0d695f48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Feb 2002, Version 4.1.2
+27 Feb 2002, Version 4.1.2
- Fixed start up failure when mm save handler is used and there is multiple
SAPIs are working at the same time. (Yasuo)
- Fixed the Roxen SAPI (Yasuo)
diff --git a/configure.in b/configure.in
index 1db3535384..13736e2c1c 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.1, nodefine)
+AM_INIT_AUTOMAKE(php, 4.1.2, 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 044394e495..4bda1254fc 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.1"
+#define PHP_VERSION "4.1.2"