From 4551937812562c3c1a264f2f834d41a1b6d78212 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 3 Jan 2015 00:26:48 +0100 Subject: [PATCH] Bump version year. --- NEWS | 2 +- src/version.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c0b0a318..5997fb16 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 3.92 (XX XXX 2014): +Changes in 3.92 (XX XXX 2015): * 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 ee50336c..8253066e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ -#define UPX_VERSION_HEX 0x035c00 /* 03.91.00 */ +#define UPX_VERSION_HEX 0x035c00 /* 03.92.00 */ #define UPX_VERSION_STRING "3.92" #define UPX_VERSION_STRING4 "3.92" -#define UPX_VERSION_DATE "Mar 30th 2014" -#define UPX_VERSION_DATE_ISO "2014-03-30" -#define UPX_VERSION_YEAR "2014" +#define UPX_VERSION_DATE "Mar 30th 2015" +#define UPX_VERSION_DATE_ISO "2015-03-30" +#define UPX_VERSION_YEAR "2015"