Prepared 1.96 release.

committer: mfx <mfx> 1144943500 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-04-13 15:51:40 +00:00
parent 4fd09b889d
commit 71ffbbc420
2 changed files with 10 additions and 5 deletions

5
NEWS
View File

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

View File

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