]> granicus.if.org Git - php/commitdiff
- Go with 4.4.4.
authorDerick Rethans <derick@php.net>
Tue, 15 Aug 2006 12:22:14 +0000 (12:22 +0000)
committerDerick Rethans <derick@php.net>
Tue, 15 Aug 2006 12:22:14 +0000 (12:22 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index b5af5bfb17fd9de10267bc6ba0cf9a9849d9b464..66a86d85a6d440b1b663dce3734b0ac965f1a5e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Aug 2006, Version 4.4.4
-       
-12 Aug 2006, Version 4.4.4RC1
+17 Aug 2006, Version 4.4.4
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
 - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
index c0a6cca1e705066fbe7fd135d7373252ae3b63e6..b04fa62cd307b75056b635cb3fdf6d9c592b3eed 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=4
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION=""
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index d11d0a6fa3f38cf3343e731f333df843a25228d9..9d6994fed00c441377609259c415beb6f43aef60 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.4RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.4.4"