all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-08 10:38:12 +02:00
parent 26cfd0a616
commit 8779113131
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x040100 /* 04.01.00 */
#define UPX_VERSION_STRING "4.1.0"
#define UPX_VERSION_STRING4 "4.10"
#define UPX_VERSION_DATE "Aug 3rd 2023"
#define UPX_VERSION_DATE_ISO "2023-08-03"
#define UPX_VERSION_DATE "Aug 8th 2023"
#define UPX_VERSION_DATE_ISO "2023-08-08"
#define UPX_VERSION_YEAR "2023"