all: prepare for release

This commit is contained in:
Markus F.X.J. Oberhumer
2025-02-20 16:02:44 +01:00
parent b8079bb6eb
commit 8bf49aa4f2
4 changed files with 4 additions and 15 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
#define UPX_VERSION_HEX 0x050000 /* 05.00.00 */
#define UPX_VERSION_STRING "5.0.0"
#define UPX_VERSION_STRING4 "5.00"
#define UPX_VERSION_DATE "Jan 18th 2025"
#define UPX_VERSION_DATE_ISO "2025-01-18"
#define UPX_VERSION_DATE "Feb 20th 2025"
#define UPX_VERSION_DATE_ISO "2025-02-20"
#define UPX_VERSION_YEAR "2025"