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
+1 -1
View File
@@ -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 $<$<CONFIG:Debug>:DEBUG=1>)
if(GITREV_SHORT)
target_compile_definitions(${t} PRIVATE UPX_VERSION_GITREV="${GITREV_SHORT}${GITREV_PLUS}")