From 27d30121ab7ed61e0dbdcb264d1544132ae5169a Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 20 Nov 2016 14:25:23 +0100 Subject: [PATCH] Bump tentative release date. --- NEWS | 2 +- src/version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5df8b3f5..f5ed40b2 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 3.92 (XX XXX 2016): +Changes in 3.92 (27 Nov 2016): * UPX has moved to GitHub - the new home page is https://upx.github.io * All pe formats: important internal changes - reunited the diverged source files - please report regressions into the bug tracker. diff --git a/src/version.h b/src/version.h index 6aeb9bc4..cd897354 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-BETA" +#define UPX_VERSION_STRING "3.92" #define UPX_VERSION_STRING4 "3.92" -#define UPX_VERSION_DATE "Sep 25th 2016" -#define UPX_VERSION_DATE_ISO "2016-09-25" +#define UPX_VERSION_DATE "Nov 27th 2016" +#define UPX_VERSION_DATE_ISO "2016-11-25" #define UPX_VERSION_YEAR "2016" /* vim:set ts=4 sw=4 et: */