Skip to content

Commit

Permalink
Bump version to v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chriadam committed Nov 12, 2024
1 parent 6330965 commit a7510a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cmake_minimum_required(VERSION 3.24) # earlier versions of cmake don't handle 'q
cmake_policy(SET CMP0071 NEW) # process GENERATED source files in AUTOMOC and AUTOUIC. Added to silence a cmake warning.
cmake_policy(SET CMP0079 NEW)

project(venus-gui-v2 LANGUAGES CXX VERSION 1.0.5)
project(venus-gui-v2 LANGUAGES CXX VERSION 1.0.6)
add_definitions(-DPROJECT_VERSION_MAJOR=${PROJECT_VERSION_MAJOR} -DPROJECT_VERSION_MINOR=${PROJECT_VERSION_MINOR} -DPROJECT_VERSION_PATCH=${PROJECT_VERSION_PATCH} )

if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
Expand Down

0 comments on commit a7510a9

Please sign in to comment.