all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2024-03-28 19:47:04 +01:00
parent 5bef968068
commit 6e644fa480
6 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ option(UPX_CONFIG_DISABLE_SELF_PACK_TEST "Do not test packing UPX with itself" O
# init
#***********************************************************************
set(UPX_VERSION_STRING "4.2.3") # this should match src/version.h
set(UPX_VERSION_STRING "4.3.0") # this should match src/version.h
upx_cmake_include_hook(2_init)