all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-01 15:07:18 +01:00
parent d14fa5f8a4
commit ceb2b56b71
4 changed files with 10 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
#pragma once
#define UPX_VERSION_HEX 0x040201 /* 04.02.01 */
#define UPX_VERSION_STRING "4.2.1"
#define UPX_VERSION_STRING4 "4.21"
#define UPX_VERSION_DATE "Nov 1st 2023"
#define UPX_VERSION_DATE_ISO "2023-11-01"
#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 "Nov 2nd 2023"
#define UPX_VERSION_DATE_ISO "2023-11-02"
#define UPX_VERSION_YEAR "2023"