1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Bump version date.

This commit is contained in:
Markus F.X.J. Oberhumer 2021-01-01 20:45:11 +01:00
parent c32f517fa5
commit 0af8998be6
2 changed files with 4 additions and 4 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 4.0.0 (XX XXX 2020):
Changes in 4.0.0 (XX XXX 2021):
* Switch to semantic versioning
* SECURITY NOTES: emphasize the security context in the docs
* bug fixes - see https://github.com/upx/upx/milestone/6

View File

@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x040000 /* 04.00.00 */
#define UPX_VERSION_STRING "4.0.0"
#define UPX_VERSION_STRING4 "4.00"
#define UPX_VERSION_DATE "Jan 24th 2020"
#define UPX_VERSION_DATE_ISO "2020-01-24"
#define UPX_VERSION_YEAR "2020"
#define UPX_VERSION_DATE "Jan 1st 2021"
#define UPX_VERSION_DATE_ISO "2021-01-01"
#define UPX_VERSION_YEAR "2021"
/* vim:set ts=4 sw=4 et: */