]> granicus.if.org Git - php/commitdiff
5.2.9RC1
authorIlia Alshanetsky <iliaa@php.net>
Thu, 5 Feb 2009 20:53:45 +0000 (20:53 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 5 Feb 2009 20:53:45 +0000 (20:53 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index aa3203484680a359d6a57a63a972e75fffd4df21..4b5d969dd311cbcbed3cc16fef284e6fc747940a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.2.9
+02 Feb 2009, PHP 5.2.9RC1
 - Changed __call() to be invoked on private/protected method access, similar to
   properties and __get(). (Andrei)
 
index 419b3f973609b9cdcf084b68daff40639d36d9cc..3204f59ccd915fa61d0a44b888c6e64ba0f8adf7 100644 (file)
@@ -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="-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 91fb29af94b080dcf66873128d28c2ff1ca21a5d..dffa5a4c2a003cadec9b8ef3e56079082d7ee399 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.9-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.9RC1"
 #define PHP_VERSION_ID 50209