mirror of
https://github.com/upx/upx.git
synced 2024-11-23 04:39:59 +00:00
Prepared 1.96 release.
committer: mfx <mfx> 1144943500 +0000
This commit is contained in:
parent
4fd09b889d
commit
71ffbbc420
5
NEWS
5
NEWS
@ -4,6 +4,11 @@ User visible changes for UPX
|
||||
|
||||
Changes in 2.00 (XX XXX 2006):
|
||||
|
||||
Changes in 1.96 beta (13 Apr 2006):
|
||||
* arm/pe: added filter support
|
||||
* win32/pe: removed an unnecessary check so that Delphi 2006 and
|
||||
Digital Mars C++ programs finally work
|
||||
|
||||
Changes in 1.95 beta (09 Apr 2006):
|
||||
* arm/pe: added DLL support
|
||||
* arm/pe: added thumb mode stub support
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x020000 /* 02.00.00 */
|
||||
#define UPX_VERSION_STRING "2.00"
|
||||
#define UPX_VERSION_STRING4 "2.00"
|
||||
#define UPX_VERSION_DATE "Apr 10th 2006"
|
||||
#define UPX_VERSION_DATE_ISO "2006-04-10"
|
||||
#define UPX_VERSION_HEX 0x019600 /* 01.96.00 */
|
||||
#define UPX_VERSION_STRING "1.96"
|
||||
#define UPX_VERSION_STRING4 "1.96"
|
||||
#define UPX_VERSION_DATE "Apr 13th 2006"
|
||||
#define UPX_VERSION_DATE_ISO "2006-04-13"
|
||||
#define UPX_VERSION_YEAR "2006"
|
||||
|
Loading…
Reference in New Issue
Block a user