From 6d61e773b55eabedcaa8dc37d1d7cb7f883b47cc Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 22 Sep 2016 14:02:44 +0200 Subject: [PATCH] Bump version year. --- src/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/version.h b/src/version.h index 8253066e..d251fe26 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #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 2015" -#define UPX_VERSION_DATE_ISO "2015-03-30" -#define UPX_VERSION_YEAR "2015" +#define UPX_VERSION_DATE "Sep 22nd 2016" +#define UPX_VERSION_DATE_ISO "2016-09-22" +#define UPX_VERSION_YEAR "2016"