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

diff --git a/NEWS b/NEWS
index 66a86d85a6d440b1b663dce3734b0ac965f1a5e8..46f334349bfe683d2120069de8cd1652d3c7cc52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, Version 4.4.5
+       
 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.)
index b04fa62cd307b75056b635cb3fdf6d9c592b3eed..4469b11a51257ca21834a34c1bc70e74c6e265de 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=4
-EXTRA_VERSION=""
+RELEASE_VERSION=5
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 9d6994fed00c441377609259c415beb6f43aef60..70504d147b8ec40e697cac5de37299e20d835ebb 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.4"
+#define PHP_RELEASE_VERSION 5
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.4.5-dev"