all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-08 12:43:47 +02:00
parent 8779113131
commit 44fd11f4dd
4 changed files with 8 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x040100 /* 04.01.00 */
#define UPX_VERSION_STRING "4.1.0"
#define UPX_VERSION_STRING4 "4.10"
#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 "Aug 8th 2023"
#define UPX_VERSION_DATE_ISO "2023-08-08"
#define UPX_VERSION_YEAR "2023"