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
+3 -3
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: */