Bump tentative release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2020-01-08 04:21:30 +01:00
parent d1174385ef
commit 08a689c81e
2 changed files with 5 additions and 5 deletions

4
NEWS
View File

@ -2,9 +2,9 @@
User visible changes for UPX
==================================================================
Changes in 3.96 (24 Feb 2019):
* bug fixes - see https://github.com/upx/upx/milestone/5
Changes in 3.96 (12 Jan 2020):
* New option --assume-execute-permission for MSYS2 etc.
* bug fixes - see https://github.com/upx/upx/milestone/5
Changes in 3.95 (26 Aug 2018):
* Flag --android-shlib to work around bad design in Android

View File

@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x036000 /* 03.96.00 */
#define UPX_VERSION_STRING "3.96"
#define UPX_VERSION_STRING4 "3.96"
#define UPX_VERSION_DATE "Feb 24th 2019"
#define UPX_VERSION_DATE_ISO "2019-02-24"
#define UPX_VERSION_YEAR "2019"
#define UPX_VERSION_DATE "Jan 12th 2020"
#define UPX_VERSION_DATE_ISO "2020-01-12"
#define UPX_VERSION_YEAR "2020"
/* vim:set ts=4 sw=4 et: */