diff options
| author | Zeev Suraski <zeev@php.net> | 2001-11-30 14:44:56 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2001-11-30 14:44:56 +0000 |
| commit | 91889eeb93571241ff138915a2212e37a3000bc6 (patch) | |
| tree | 4bfcbd936311c84e749a1793c7c783ca1b34519f | |
| parent | 5c74aa0f0fe2d26b95e0de015fffaf021ff51f8a (diff) | |
| download | php-git-91889eeb93571241ff138915a2212e37a3000bc6.tar.gz | |
go with RC4
| -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,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" |
