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

Bump tentative release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2008-04-17 12:16:23 +02:00
parent d54f947c98
commit 6bce68fbe7
2 changed files with 4 additions and 3 deletions

3
NEWS
View File

@ -2,10 +2,11 @@
User visible changes for UPX
==================================================================
Changes in 3.03 (XX XXX 2008):
Changes in 3.03 (27 Apr 2008):
* implement cache flushing for PowerPC (esp. model 440)
* fix cache flushing on MIPS (>3MB compressed, or with holes)
* fix MIPS big-endian
* bug fixes
Changes in 3.02 (16 Dec 2007):
* fix unmapping on arm-linux.elf

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030300 /* 03.03.00 */
#define UPX_VERSION_STRING "3.03"
#define UPX_VERSION_STRING4 "3.03"
#define UPX_VERSION_DATE "Jan 2nd 2008"
#define UPX_VERSION_DATE_ISO "2008-01-02"
#define UPX_VERSION_DATE "Apr 27th 2008"
#define UPX_VERSION_DATE_ISO "2008-04-27"
#define UPX_VERSION_YEAR "2008"