all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2024-01-04 02:52:22 +01:00
parent 099c3d829e
commit 57b2fb4c62
5 changed files with 10 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
#pragma once
#define UPX_VERSION_HEX 0x040202 /* 04.02.02 */
#define UPX_VERSION_STRING "4.2.2"
#define UPX_VERSION_STRING4 "4.22"
#define UPX_VERSION_DATE "Jan 3rd 2024"
#define UPX_VERSION_DATE_ISO "2024-01-03"
#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 "Jan 4th 2024"
#define UPX_VERSION_DATE_ISO "2024-01-04"
#define UPX_VERSION_YEAR "2024"