all: post-release version bump

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-08 12:43:47 +02:00
parent 8779113131
commit 44fd11f4dd
4 changed files with 8 additions and 5 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.1.0 LANGUAGES C CXX)
project(upx VERSION 4.2.0 LANGUAGES C CXX)
# set the default multi-config build type to "Release"
if(is_multi_config)