all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-09 12:44:51 +02:00
parent 3757579ffc
commit 7081c57571
6 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ option(UPX_CONFIG_DISABLE_EXHAUSTIVE_TESTS "Do not run exhaustive tests"
# init
#***********************************************************************
set(UPX_VERSION_STRING "4.2.4") # 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)