all: bump version date

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-01 19:53:28 +01:00
parent dd1d5a92d2
commit e25d04fb12
3 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x040002 /* 04.00.02 */
#define UPX_VERSION_STRING "4.0.2"
#define UPX_VERSION_STRING4 "4.02"
#define UPX_VERSION_DATE "Nov 22nd 2022"
#define UPX_VERSION_DATE_ISO "2022-11-22"
#define UPX_VERSION_YEAR "2022"
#define UPX_VERSION_DATE "Jan 1st 2023"
#define UPX_VERSION_DATE_ISO "2023-01-01"
#define UPX_VERSION_YEAR "2023"
/* vim:set ts=4 sw=4 et: */