]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Wed, 27 May 2009 13:51:16 +0000 (13:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 27 May 2009 13:51:16 +0000 (13:51 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 9cd80bd712bd466bfb82575805ebee0a0810163f..72167c6fec9c68585b87d35bfe37759caa920a90 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Jun 2009, PHP 5.2.10
+
 27 May 2009, PHP 5.2.10RC1
 - Updated timezone database to version 2009.8 (2009h) (Derick)
 
index 82eacc69339e56d76ed6aa71ad1e67b04fa117cb..110a86deada29878c4dafba7774391afb9ea17b0 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=2
 PHP_RELEASE_VERSION=10
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC2-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`
 
index c06bb1ef25751087179c5a2bf864c86633c8e607..246982fa00f1fe54fe65a3556c73af594ea06ace 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 10
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.10RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.10RC2-dev"
 #define PHP_VERSION_ID 50210