From 8944e90175e2d73d54bdadf831859d9d8b6511ae Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 30 Jan 2023 13:39:49 +0100 Subject: [PATCH] all: post-release version bump --- CMakeLists.txt | 2 +- NEWS | 3 +++ doc/upx.1 | 2 +- src/version.h | 6 +++--- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 474868e9..6f6930d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -224,7 +224,7 @@ endif() endif() set(t upx) -target_include_directories(${t} PRIVATE vendor vendor/boost-pfr/include) +target_include_directories(${t} PRIVATE vendor) target_compile_definitions(${t} PRIVATE $<$:DEBUG=1>) if(GITREV_SHORT) target_compile_definitions(${t} PRIVATE UPX_VERSION_GITREV="${GITREV_SHORT}${GITREV_PLUS}") diff --git a/NEWS b/NEWS index ee3c6ce1..1839b4e9 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ User visible changes for UPX ================================================================== +Changes in 4.0.3 (XX XXX 2023): + * bug fixes - see https://github.com/upx/upx/milestone/11 + Changes in 4.0.2 (30 Jan 2023): * bug fixes - see https://github.com/upx/upx/milestone/9 diff --git a/doc/upx.1 b/doc/upx.1 index e8d97257..f1d85eea 100644 --- a/doc/upx.1 +++ b/doc/upx.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "UPX 1" -.TH UPX 1 "2023-01-30" "upx 4.0.2" " " +.TH UPX 1 "2023-01-30" "upx 4.0.3" " " .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/version.h b/src/version.h index 85ba3b19..18822cbd 100644 --- a/src/version.h +++ b/src/version.h @@ -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"