1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Bump release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-11-29 03:43:29 +01:00
parent 0e5f5e54cc
commit fbde0b9f35
2 changed files with 4 additions and 4 deletions

4
NEWS
View File

@ -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;

View File

@ -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"