all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-01 15:07:18 +01:00
parent d14fa5f8a4
commit ceb2b56b71
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ if(NOT is_multi_config AND NOT CMAKE_BUILD_TYPE)
endif()
# CMake init
project(upx VERSION 4.2.1 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)