Bump release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2020-01-22 22:29:58 +01:00
parent 342b1b7d6c
commit d7ba31cab8
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 3.96 (12 Jan 2020):
Changes in 3.96 (23 Jan 2020):
* bug fixes - see https://github.com/upx/upx/milestone/5
Changes in 3.95 (26 Aug 2018):

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 "Jan 12th 2020"
#define UPX_VERSION_DATE_ISO "2020-01-12"
#define UPX_VERSION_DATE "Jan 23rd 2020"
#define UPX_VERSION_DATE_ISO "2020-01-23"
#define UPX_VERSION_YEAR "2020"
/* vim:set ts=4 sw=4 et: */