]> granicus.if.org Git - php/commitdiff
Go with RC2
authorIlia Alshanetsky <iliaa@php.net>
Thu, 30 Mar 2006 19:19:20 +0000 (19:19 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 30 Mar 2006 19:19:20 +0000 (19:19 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index ed0300a17082aacc67a34ad4b152f09cad4596d4..1fa0b521711ec2f05d116833c35811fc279841dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Mar 2006, PHP 5.1.3RC2
+30 Mar 2006, PHP 5.1.3RC2
 - Fixed XSS inside phpinfo() with long inputs. (Ilia)
 - Check 2nd parameter of tempnam() against path components. (Ilia)
 - Fixed Apache2 SAPIs header handler modifying header strings. (Mike)
index 796c040193fbef767f7d1426b969d579c195a6c8..899803809d026bd66907b86b5ccbd2ff02be2200 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=3
-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 1d9f4335d1d81246b0a7414d70efbb23be1e826a..0217c79565b42eab3f00e6db9f8a718cb9c30081 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.1.3RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.1.3RC2"