all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-26 12:25:13 +02:00
parent 9c46f4653f
commit 8102137ad7
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ if(NOT is_multi_config AND NOT CMAKE_BUILD_TYPE)
endif()
# CMake init
project(upx VERSION 4.2.0 LANGUAGES C CXX)
project(upx VERSION 4.3.0 LANGUAGES C CXX)
# set the default multi-config build type to "Release"
if(is_multi_config)