From fbde0b9f35221e1072ae630ae9b60a63e866a4db Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 29 Nov 2006 03:43:29 +0100 Subject: [PATCH] Bump release date. --- NEWS | 4 ++-- src/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 351c7284..bc7faad5 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,10 @@ User visible changes for UPX ================================================================== -Changes in 2.91 beta (XX XXX 2006): +Changes in 2.91 beta (29 Nov 2006): * assorted bug fixes * arm/pe: fix "missing" icon & version info resource problem for wince 5 - * pe: --compress-icons=3 option added to compress all icons + * win32/pe & arm/pe: added option --compress-icons=3 to compress all icons Changes in 2.90 beta (08 Oct 2006): * LZMA algorithm support for most of the 32-bit and 64-bit file formats; diff --git a/src/version.h b/src/version.h index 08e1bdc3..5df9737f 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x029100 /* 02.91.00 */ #define UPX_VERSION_STRING "2.91 beta" #define UPX_VERSION_STRING4 "2.91" -#define UPX_VERSION_DATE "Nov 26th 2006" -#define UPX_VERSION_DATE_ISO "2006-11-26" +#define UPX_VERSION_DATE "Nov 29th 2006" +#define UPX_VERSION_DATE_ISO "2006-11-29" #define UPX_VERSION_YEAR "2006"