From 1c01b77a719637a4e1bb2a612c732422c066c212 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 11 Dec 2016 16:12:06 +0100 Subject: [PATCH] Bump release date. --- NEWS | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b548ef31..f3a2e625 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 3.92 (04 Dec 2016): +Changes in 3.92 (11 Dec 2016): * UPX has moved to GitHub - the new home page is https://upx.github.io * IMPORTANT: all PE formats: internal changes: reunited the diverged source files - please report all regressions into the bug tracker and try UPX 3.91 diff --git a/src/version.h b/src/version.h index cd2d59eb..4d9fae6a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,8 +1,8 @@ #define UPX_VERSION_HEX 0x035c00 /* 03.92.00 */ #define UPX_VERSION_STRING "3.92" #define UPX_VERSION_STRING4 "3.92" -#define UPX_VERSION_DATE "Dec 4th 2016" -#define UPX_VERSION_DATE_ISO "2016-12-04" +#define UPX_VERSION_DATE "Dec 11th 2016" +#define UPX_VERSION_DATE_ISO "2016-12-11" #define UPX_VERSION_YEAR "2016" /* vim:set ts=4 sw=4 et: */