From 8dd810c41da4af1915f27978d0ccad4db1b4cafe Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 16 Dec 2007 15:07:05 +0100 Subject: [PATCH] Bump release date. --- NEWS | 3 ++- src/version.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5af4d562..349face0 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,10 @@ User visible changes for UPX ================================================================== -Changes in 3.02 (XX XXX 2007): +Changes in 3.02 (16 Dec 2007): * fix unmapping on arm-linux.elf * fix error checking in mmap for i386-linux.elf [triggered by -fPIE] + * bug fixes Changes in 3.01 (31 Jul 2007): * new options --no-mode, --no-owner and --no-time to disable preservation diff --git a/src/version.h b/src/version.h index 3b0215a8..ebf5e6d0 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x030200 /* 03.02.00 */ #define UPX_VERSION_STRING "3.02" #define UPX_VERSION_STRING4 "3.02" -#define UPX_VERSION_DATE "Aug 1st 2007" -#define UPX_VERSION_DATE_ISO "2007-08-01" +#define UPX_VERSION_DATE "Dec 16th 2007" +#define UPX_VERSION_DATE_ISO "2007-12-16" #define UPX_VERSION_YEAR "2007"