]> granicus.if.org Git - php/commitdiff
- Go with RC2.
authorDerick Rethans <derick@php.net>
Thu, 5 Jan 2006 08:15:14 +0000 (08:15 +0000)
committerDerick Rethans <derick@php.net>
Thu, 5 Jan 2006 08:15:14 +0000 (08:15 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 78751309af44c1a98d2a5c5c1a6442e6d5f27bd1..6e596e6ce93b0807bf6c8f36a2cd753eca13cfe8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2005, Version 4.4.2
+05 Jan 2006, Version 4.4.2RC2
 - Prevent header injection by limiting each header to a single line. (Ilia)
 - Fixed possible XSS inside error reporting functionality. (Ilia)
 - Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values).
index 0c222fe874ae0219e3a8d361febfab15a8f43e3b..80f0c3805c2d0f43e86bf421215e3100b5f31a89 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=2
-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 ee6cec187da2bf1d206b4ac1871b4511aa2c5190..a4ac9429abdcd89051f0701a8855e6f2de8e9ec7 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.2RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.4.2RC2"