From bd15ef0a0c33f16434cbc3b4e2aa9ae5db1f26b1 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 21 Sep 2009 05:44:19 +0200 Subject: [PATCH] Bump tentative 3.04 release date. --- NEWS | 4 +--- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 92ce1356..d7b81658 100644 --- a/NEWS +++ b/NEWS @@ -2,13 +2,11 @@ User visible changes for UPX ================================================================== -Changes in 3.05 (01 XXX 2009): +Changes in 3.04 (25 Sep 2009): * new format Mach/AMD64 supports 64-bit programs on Apple Macintosh. * new formats Dylib/i386 and Dylib/ppc32 support shared libraries [such as browser plugins] on Darwin (Apple Macintosh). An existing -init function (LC_ROUTINES command) is required. - -Changes in 3.04 (27 Apr 2009): * new format vmlinuz/armel for Debian NSLU2 (etc.) linux kernel * bvmlinuz boot protocol 2.08 for 386 Linux kernel * Extended ABI version 4 for armel-eabi ARM Linux ELF diff --git a/src/version.h b/src/version.h index 1c764ba3..8f37cba3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x030400 /* 03.04.00 */ #define UPX_VERSION_STRING "3.04" #define UPX_VERSION_STRING4 "3.04" -#define UPX_VERSION_DATE "Apr 27th 2009" -#define UPX_VERSION_DATE_ISO "2009-04-27" +#define UPX_VERSION_DATE "Sep 25th 2009" +#define UPX_VERSION_DATE_ISO "2009-09-25" #define UPX_VERSION_YEAR "2009"