1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

Next version will be 2.00.

committer: mfx <mfx> 1144586292 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-04-09 12:38:12 +00:00
parent 08c0796719
commit 1879ccd27d
2 changed files with 7 additions and 5 deletions

2
NEWS
View File

@ -2,6 +2,8 @@
User visible changes for UPX
==================================================================
Changes in 2.00 (XX XXX 2006):
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 0x019500 /* 01.95.00 */
#define UPX_VERSION_STRING "1.95 beta"
#define UPX_VERSION_STRING4 "1.95"
#define UPX_VERSION_DATE "Apr 9th 2006"
#define UPX_VERSION_DATE_ISO "2006-04-09"
#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_YEAR "2006"