all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-30 11:18:06 +01:00
parent ec870a5aeb
commit 33cdcb0e82
4 changed files with 6 additions and 6 deletions
+2 -2
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 "Jan 29th 2023"
#define UPX_VERSION_DATE_ISO "2023-01-29"
#define UPX_VERSION_DATE "Jan 30th 2023"
#define UPX_VERSION_DATE_ISO "2023-01-30"
#define UPX_VERSION_YEAR "2023"
/* vim:set ts=4 sw=4 et: */