]> granicus.if.org Git - php/commitdiff
.2.9RC3
authorIlia Alshanetsky <iliaa@php.net>
Thu, 19 Feb 2009 18:31:25 +0000 (18:31 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 19 Feb 2009 18:31:25 +0000 (18:31 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 58df92eb7a74aacac6850b63836942b58ba69582..9e22d1cffcbaef0ed46c48615b7e393843244638 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Feb 2009, PHP 5.2.9
+19 Feb 2009, PHP 5.2.9RC3
 - Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux).
   (Matt)
 - Fixed bug #47399 (mb_check_encoding() returns true for some illegal SJIS
index c4a67964b2c3c8612e0db97a212acb6f20dcdb8e..dd81bed604ad253c39a7a0e7a63c880422fae142 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="RC3-dev"
+PHP_EXTRA_VERSION="RC3"
 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 f3c2fb3bf56be7d85359a5718c989ca6ab8b717d..186e8856cfcb6039907b0fa09ce3d237746f3a82 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 "RC3-dev"
-#define PHP_VERSION "5.2.9RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.9RC3"
 #define PHP_VERSION_ID 50209