summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-11-30 14:44:56 +0000
committerZeev Suraski <zeev@php.net>2001-11-30 14:44:56 +0000
commit91889eeb93571241ff138915a2212e37a3000bc6 (patch)
tree4bfcbd936311c84e749a1793c7c783ca1b34519f
parent5c74aa0f0fe2d26b95e0de015fffaf021ff51f8a (diff)
downloadphp-git-91889eeb93571241ff138915a2212e37a3000bc6.tar.gz
go with RC4
-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 56ec5451ac..ce55c1f02c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-PHP 4.0 NEWS
+PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
26 Nov 2001, Version 4.1.0
- Fixed a bug which caused set_time_limit() to affect all requests to an
diff --git a/configure.in b/configure.in
index 9c3b9727c8..a66065a826 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.0, nodefine)
+AM_INIT_AUTOMAKE(php, 4.1.0RC4, 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 95279778f6..c24457d73b 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.0"
+#define PHP_VERSION "4.1.0RC4"