From 7082594bbc7de69b8b91763e36aeeb7bd82c87c7 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 18 Feb 2013 11:03:33 +0100 Subject: [PATCH] Prepare release. --- NEWS | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 672450d7..a25da715 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 3.09 (17 Feb 2013): +Changes in 3.09 (18 Feb 2013): * New option --preserve-build-id for GNU ELF. * Allow for code signing and LC_UUID on Mac OS X executables. * Allow non-contiguous LC_SEGMENTs and 0==.vmsize for Mach-O. diff --git a/src/version.h b/src/version.h index 8d047d8a..4271dae4 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x030900 /* 03.09.00 */ #define UPX_VERSION_STRING "3.09" #define UPX_VERSION_STRING4 "3.09" -#define UPX_VERSION_DATE "Feb 17th 2013" -#define UPX_VERSION_DATE_ISO "2013-02-17" +#define UPX_VERSION_DATE "Feb 18th 2013" +#define UPX_VERSION_DATE_ISO "2013-02-18" #define UPX_VERSION_YEAR "2013"