From: Derick Rethans Date: Tue, 15 Aug 2006 12:23:08 +0000 (+0000) Subject: - Back to dev. X-Git-Tag: php-4.4.5RC1~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a6312932c7352f3430d9ffb20ba68ec36682483;p=php - Back to dev. --- diff --git a/NEWS b/NEWS index 66a86d85a6..46f334349b 100644 --- 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.) diff --git a/configure.in b/configure.in index b04fa62cd3..4469b11a51 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/main/php_version.h b/main/php_version.h index 9d6994fed0..70504d147b 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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"