all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-30 13:39:49 +01:00
parent 33cdcb0e82
commit 8944e90175
4 changed files with 8 additions and 5 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x040002 /* 04.00.02 */
#define UPX_VERSION_STRING "4.0.2"
#define UPX_VERSION_STRING4 "4.02"
#define UPX_VERSION_HEX 0x040003 /* 04.00.03 */
#define UPX_VERSION_STRING "4.0.3"
#define UPX_VERSION_STRING4 "4.03"
#define UPX_VERSION_DATE "Jan 30th 2023"
#define UPX_VERSION_DATE_ISO "2023-01-30"
#define UPX_VERSION_YEAR "2023"