diff --git a/NEWS b/NEWS index 288dc0a3..c1992032 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/src/version.h b/src/version.h index 9f2baacd..5f5dbd6b 100644 --- a/src/version.h +++ b/src/version.h @@ -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"