diff --git a/NEWS b/NEWS index f3a2e625..e2c9d984 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ User visible changes for UPX ================================================================== +Changes in 3.93 (XX XXX 2017): + 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 diff --git a/src/version.h b/src/version.h index 4d9fae6a..8487ea3c 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 11th 2016" -#define UPX_VERSION_DATE_ISO "2016-12-11" +#define UPX_VERSION_HEX 0x035d00 /* 03.93.00 */ +#define UPX_VERSION_STRING "3.93" +#define UPX_VERSION_STRING4 "3.93" +#define UPX_VERSION_DATE "Dec 12th 2016" +#define UPX_VERSION_DATE_ISO "2016-12-12" #define UPX_VERSION_YEAR "2016" /* vim:set ts=4 sw=4 et: */