all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2025-05-06 14:01:35 +02:00
parent 730c6ce6c5
commit 52dde5789e
6 changed files with 22 additions and 8 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
#pragma once
#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 "May 6th 2025"
#define UPX_VERSION_DATE_ISO "2025-05-06"
#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_YEAR "2025"