all: bump tentative release date

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-23 23:15:00 +02:00
parent 283c1cf931
commit 60a0544314
3 changed files with 5 additions and 5 deletions
+2 -2
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 "Oct 23rd 2022"
#define UPX_VERSION_DATE_ISO "2022-10-23"
#define UPX_VERSION_DATE "Oct 30th 2022"
#define UPX_VERSION_DATE_ISO "2022-10-30"
#define UPX_VERSION_YEAR "2022"
/* vim:set ts=4 sw=4 et: */