]> granicus.if.org Git - php/commitdiff
- Go with RC2.
authorDerick Rethans <derick@php.net>
Thu, 1 Feb 2007 08:54:32 +0000 (08:54 +0000)
committerDerick Rethans <derick@php.net>
Thu, 1 Feb 2007 08:54:32 +0000 (08:54 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 23b6ba3436f7264cd767cd90ed46f9aaa4d3461a..8bdd3f453e992a95c50bcb5966015f9113f7bf3f 100644 (file)
--- 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)
 
index 0f67c311ef9332e6da97f44bddc627abc3abc8d1..16330ca3b21a1ec64136494b32ed0178bcb2c154 100644 (file)
@@ -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
index 7180ca5dd3e946fdf297b6206f1ef5012f60e736..d3460466f1f74c3569c29704ef32a0eb7fc9e6b2 100644 (file)
@@ -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"