From: Derick Rethans Date: Thu, 12 Jan 2006 17:55:04 +0000 (+0000) Subject: - Back to dev. X-Git-Tag: php-4.4.3RC1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2628e4c2a830e6a3b2771324b2efe2aaeb879f1;p=php - Back to dev. --- diff --git a/NEWS b/NEWS index aacc3afdb1..d9c49c5577 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2006, Version 4.4.3 + 13 Jan 2006, Version 4.4.2 - Added missing safe_mode/open_basedir checks into cURL extension. (Ilia) - Backported missing imap_mailcompose() fixes from PHP 5.x. (Ilia) diff --git a/configure.in b/configure.in index e71f6d2093..6c5cc8f65a 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=2 -EXTRA_VERSION="" +RELEASE_VERSION=3 +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 038bff1f61..02f820fd18 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 2 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.4.2" +#define PHP_RELEASE_VERSION 3 +#define PHP_EXTRA_VERSION "-dev +#define PHP_VERSION "4.4.3-dev