all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2022-11-16 23:15:38 +01:00
parent 7ff913bbd2
commit fdec47a83d
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x040001 /* 04.00.01 */
#define UPX_VERSION_STRING "4.0.1"
#define UPX_VERSION_STRING4 "4.01"
#define UPX_VERSION_DATE "Oct 29th 2022"
#define UPX_VERSION_DATE_ISO "2022-10-29"
#define UPX_VERSION_DATE "Nov 16th 2022"
#define UPX_VERSION_DATE_ISO "2022-11-16"
#define UPX_VERSION_YEAR "2022"
/* vim:set ts=4 sw=4 et: */