From a1f049f9c77f07b68dc3dfd429593a28fc3001fd Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 1 Feb 2007 08:54:32 +0000 Subject: [PATCH] - Go with RC2. --- NEWS | 4 ++-- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 23b6ba3436..8bdd3f453e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Jan 2007, Version 4.4.5 +01 Feb 2007, Version 4.4.5RC2 - Fixed bug #39819 (Using $this not in object context can cause segfaults). (Dmitry) - Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the @@ -9,7 +9,7 @@ PHP 4 NEWS (Derick, Joe Orton) - Backported fix for ext/imap compilation failure with recent c-client versions. (Tony) - +- Upgraded PEAR to 1.5.0. (Greg) - Moved extensions to PECL: . ext/ovrimos (Derick) diff --git a/configure.in b/configure.in index 0f67c311ef..16330ca3b2 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=5 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="RC2" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index 7180ca5dd3..d3460466f1 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 5 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "4.4.5RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "4.4.5RC2" -- 2.40.0