]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorDerick Rethans <derick@php.net>
Sat, 12 Aug 2006 15:48:11 +0000 (15:48 +0000)
committerDerick Rethans <derick@php.net>
Sat, 12 Aug 2006 15:48:11 +0000 (15:48 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 9d768225d349d659bacc74c9cf229113abe661b8..b5af5bfb17fd9de10267bc6ba0cf9a9849d9b464 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Aug 2006, Version 4.4.4
+       
 12 Aug 2006, Version 4.4.4RC1
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
index aee1bc38d0669ac1ab2059fe8a01af7fc195e681..c0a6cca1e705066fbe7fd135d7373252ae3b63e6 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=4
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index c5bb034e15fbfbe3d3e31c62712164e94360d609..d11d0a6fa3f38cf3343e731f333df843a25228d9 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 "RC1"
-#define PHP_VERSION "4.4.4RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.4.4RC2-dev"