diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2009-02-19 18:33:37 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2009-02-19 18:33:37 +0000 |
| commit | b764a1a782c0979434ddb784e57436a22aca5dc9 (patch) | |
| tree | 81e7b8e7b303e54c273e096dd98fb90a3cc44d09 | |
| parent | 98d0c1fadef3817fdffcb35044f2d2f97ec77659 (diff) | |
| download | php-git-b764a1a782c0979434ddb784e57436a22aca5dc9.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 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? Feb 2009, PHP 5.2.9RC4 + 19 Feb 2009, PHP 5.2.9RC3 - Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux). (Matt) diff --git a/configure.in b/configure.in index dd81bed604..9232196593 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=2 PHP_RELEASE_VERSION=9 -PHP_EXTRA_VERSION="RC3" +PHP_EXTRA_VERSION="RC4-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index 186e8856cf..042439ca64 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 9 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "5.2.9RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "5.2.9RC4-dev" #define PHP_VERSION_ID 50209 |
