all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2025-07-20 14:41:25 +02:00
parent 4988868e61
commit c4113b6bd6
4 changed files with 4 additions and 15 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x050002 /* 05.00.02 */
#define UPX_VERSION_STRING "5.0.2"
#define UPX_VERSION_STRING4 "5.02"
#define UPX_VERSION_DATE "May 7th 2025"
#define UPX_VERSION_DATE_ISO "2025-05-07"
#define UPX_VERSION_DATE "Jul 20th 2025"
#define UPX_VERSION_DATE_ISO "2025-07-20"
#define UPX_VERSION_YEAR "2025"