]> granicus.if.org Git - php/commitdiff
- Go with RC2.
authorDerick Rethans <derick@php.net>
Tue, 4 Jul 2006 16:37:47 +0000 (16:37 +0000)
committerDerick Rethans <derick@php.net>
Tue, 4 Jul 2006 16:37:47 +0000 (16:37 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 5f24508385dd40e9ae14917bbecbcdc81f667b57..f1e86e5506c97998213dcc34e8802d4fdddfafcb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Jun 2006, Version 4.4.3RC2
+04 Jul 2006, Version 4.4.3RC2
 - Improved safe_mode check for the error_log() function. (Ilia)
 - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
 - Fixed XSS inside phpinfo() with long inputs. (Ilia)
index 7d9772a1a0c7a5cc39bd6f74e237b858e7ac0c04..f756ba469ce6fdcb93effb178ffa2a16b39754d5 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 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 8c5b61c13d004ad7880457ae4fbb96bc06c88ebe..8db19d4c9e97940bf83e574f1511dd1f65f1dcf5 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.3RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.4.3RC2"