all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2025-05-06 12:19:16 +02:00
parent 5ed1d5b2b3
commit 730c6ce6c5
4 changed files with 4 additions and 15 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x050001 /* 05.00.01 */
#define UPX_VERSION_STRING "5.0.1"
#define UPX_VERSION_STRING4 "5.01"
#define UPX_VERSION_DATE "Feb 21st 2025"
#define UPX_VERSION_DATE_ISO "2025-02-21"
#define UPX_VERSION_DATE "May 6th 2025"
#define UPX_VERSION_DATE_ISO "2025-05-06"
#define UPX_VERSION_YEAR "2025"