]> granicus.if.org Git - php/commitdiff
5.2.5RC1
authorIlia Alshanetsky <iliaa@php.net>
Thu, 18 Oct 2007 22:59:43 +0000 (22:59 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 18 Oct 2007 22:59:43 +0000 (22:59 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 4702f2a08fb1ff5289cd489b56d1e3f8cb38c84e..a593006bcdc47bb34c32c145854be605393b3c7f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 20??, PHP 5.2.5
+18 Oct 2007, PHP 5.2.5RC1
 - Upgraded PCRE to version 7.3 (Nuno)
 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
 - Added alpha support for imagefilter() IMG_FILTER_COLORIZE. (Pierre)
index 39546693c38fa6fa83e1107e5bc11494f526cfbd..988bc7352044d2d9a9e95c0f0ea26463dc682267 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
 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`
 
index e6694c66d224b7eeffcbc99461ebd4af5adb00a9..3ab5d306ac435e2c4d916d01e913946647d5c5ff 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.5-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.5RC1"
 #define PHP_VERSION_ID 50205