all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-26 11:09:48 +02:00
parent 29b4752d0e
commit 9c46f4653f
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x040200 /* 04.02.00 */
#define UPX_VERSION_STRING "4.2.0"
#define UPX_VERSION_STRING4 "4.20"
#define UPX_VERSION_DATE "Oct 22nd 2023"
#define UPX_VERSION_DATE_ISO "2023-10-22"
#define UPX_VERSION_DATE "Oct 26th 2023"
#define UPX_VERSION_DATE_ISO "2023-10-26"
#define UPX_VERSION_YEAR "2023"