Bump release date.
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
User visible changes for UPX
|
User visible changes for UPX
|
||||||
==================================================================
|
==================================================================
|
||||||
|
|
||||||
Changes in 2.91 beta (XX XXX 2006):
|
Changes in 2.91 beta (29 Nov 2006):
|
||||||
* assorted bug fixes
|
* assorted bug fixes
|
||||||
* arm/pe: fix "missing" icon & version info resource problem for wince 5
|
* 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):
|
Changes in 2.90 beta (08 Oct 2006):
|
||||||
* LZMA algorithm support for most of the 32-bit and 64-bit file formats;
|
* LZMA algorithm support for most of the 32-bit and 64-bit file formats;
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x029100 /* 02.91.00 */
|
#define UPX_VERSION_HEX 0x029100 /* 02.91.00 */
|
||||||
#define UPX_VERSION_STRING "2.91 beta"
|
#define UPX_VERSION_STRING "2.91 beta"
|
||||||
#define UPX_VERSION_STRING4 "2.91"
|
#define UPX_VERSION_STRING4 "2.91"
|
||||||
#define UPX_VERSION_DATE "Nov 26th 2006"
|
#define UPX_VERSION_DATE "Nov 29th 2006"
|
||||||
#define UPX_VERSION_DATE_ISO "2006-11-26"
|
#define UPX_VERSION_DATE_ISO "2006-11-29"
|
||||||
#define UPX_VERSION_YEAR "2006"
|
#define UPX_VERSION_YEAR "2006"
|
||||||
|
|||||||
Reference in New Issue
Block a user