From 1345a3cfd31fce4a638dd965d55a6bad959903d9 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 4 Mar 2007 17:13:11 +0100 Subject: [PATCH] Bump tentative release date. --- NEWS | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index afcde404..0c4d31ea 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 2.93 beta (XX XXX 2007): +Changes in 2.93 beta (08 Mar 2007): * new formats Mach/i386 and Mach/fat support Mac OS X i686 and Univeral binaries [i686 and PowerPC only] * dos/exe: LZMA is now also supported for 16-bit dos/exe. Please note that diff --git a/src/version.h b/src/version.h index a6aa0238..3aa43e38 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x029300 /* 02.93.00 */ #define UPX_VERSION_STRING "2.93 beta" #define UPX_VERSION_STRING4 "2.93" -#define UPX_VERSION_DATE "Feb 26th 2007" -#define UPX_VERSION_DATE_ISO "2007-02-26" +#define UPX_VERSION_DATE "Mar 8th 2007" +#define UPX_VERSION_DATE_ISO "2007-03-10" #define UPX_VERSION_YEAR "2007"