all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2025-02-20 23:56:24 +01:00
parent 8bf49aa4f2
commit fc5e44f391
6 changed files with 22 additions and 8 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
#pragma once
#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 "Feb 20th 2025"
#define UPX_VERSION_DATE_ISO "2025-02-20"
#define UPX_VERSION_HEX 0x050001 /* 05.00.00 */
#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_YEAR "2025"