all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2025-07-20 15:59:04 +02:00
parent c4113b6bd6
commit c0c08c9f43
6 changed files with 22 additions and 8 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
#pragma once
#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 "Jul 20th 2025"
#define UPX_VERSION_DATE_ISO "2025-07-20"
#define UPX_VERSION_HEX 0x050003 /* 05.00.03 */
#define UPX_VERSION_STRING "5.0.3"
#define UPX_VERSION_STRING4 "5.03"
#define UPX_VERSION_DATE "Jul 21st 2025"
#define UPX_VERSION_DATE_ISO "2025-07-21"
#define UPX_VERSION_YEAR "2025"