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"