From: Derick Rethans Date: Sun, 30 Oct 2005 10:55:23 +0000 (+0000) Subject: - Back to -dev X-Git-Tag: php-4.4.2RC1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c49a72ecc0394dbd40204f158c8645a36ada5f1;p=php - Back to -dev --- diff --git a/NEWS b/NEWS index 94210a8812..3e47cad45d 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2006, Version 4.4.2 - - Fixed bug #34996 (ImageTrueColorToPalette() crashes when ncolors is zero). (Tony) diff --git a/configure.in b/configure.in index 1c33695549..932f6693d9 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=1 -EXTRA_VERSION="" +RELEASE_VERSION=2 +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 07a69c77af..53c24098f1 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 1 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.4.1" +#define PHP_RELEASE_VERSION 2 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.4.2-dev"