diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2007-01-19 00:13:49 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2007-01-19 00:13:49 +0000 |
| commit | 5500a08ba3d8164cd51a43c887351ae50b2abd75 (patch) | |
| tree | c6cd0f4f44e3635a7f6120657e77ba1161b9d587 | |
| parent | cbd3a641363a17dc8897e70e80c4829ae660e921 (diff) | |
| download | php-git-5500a08ba3d8164cd51a43c887351ae50b2abd75.tar.gz | |
Back to dev
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
3 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? Jan 2007, PHP 5.2.1RC4 + 18 Jan 2007, PHP 5.2.1RC3 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia). diff --git a/configure.in b/configure.in index 2a3775c511..637b34d64b 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=2 RELEASE_VERSION=1 -EXTRA_VERSION="RC3" +EXTRA_VERSION="RC4-dev" PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index e3bdc88e29..4b59caa2ba 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 1 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "5.2.1RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "5.2.1RC4-dev" #define PHP_VERSION_ID 50201 |
