all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-09 12:03:12 +02:00
parent 2962dc351b
commit 3757579ffc
4 changed files with 4 additions and 15 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x040204 /* 04.02.04 */
#define UPX_VERSION_STRING "4.2.4"
#define UPX_VERSION_STRING4 "4.24"
#define UPX_VERSION_DATE "May 2nd 2024"
#define UPX_VERSION_DATE_ISO "2024-05-02"
#define UPX_VERSION_DATE "May 9th 2024"
#define UPX_VERSION_DATE_ISO "2024-05-09"
#define UPX_VERSION_YEAR "2024"