all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-01 12:00:03 +01:00
parent 79263a52ac
commit d14fa5f8a4
5 changed files with 25 additions and 23 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x040201 /* 04.02.01 */
#define UPX_VERSION_STRING "4.2.1"
#define UPX_VERSION_STRING4 "4.21"
#define UPX_VERSION_DATE "Oct 29th 2023"
#define UPX_VERSION_DATE_ISO "2023-10-29"
#define UPX_VERSION_DATE "Nov 1st 2023"
#define UPX_VERSION_DATE_ISO "2023-11-01"
#define UPX_VERSION_YEAR "2023"