all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-26 12:25:13 +02:00
parent 9c46f4653f
commit 8102137ad7
4 changed files with 10 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
#pragma once
#define UPX_VERSION_HEX 0x040200 /* 04.02.00 */
#define UPX_VERSION_STRING "4.2.0"
#define UPX_VERSION_STRING4 "4.20"
#define UPX_VERSION_DATE "Oct 26th 2023"
#define UPX_VERSION_DATE_ISO "2023-10-26"
#define UPX_VERSION_HEX 0x040300 /* 04.03.00 */
#define UPX_VERSION_STRING "4.3.0"
#define UPX_VERSION_STRING4 "4.30"
#define UPX_VERSION_DATE "Oct 27th 2023"
#define UPX_VERSION_DATE_ISO "2023-10-27"
#define UPX_VERSION_YEAR "2023"