Skip to content

Commit bc0fa11

Browse files
committed
Bump version to v1.0.8
1 parent 58cc648 commit bc0fa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cmake_minimum_required(VERSION 3.24) # earlier versions of cmake don't handle 'q
4848
cmake_policy(SET CMP0071 NEW) # process GENERATED source files in AUTOMOC and AUTOUIC. Added to silence a cmake warning.
4949
cmake_policy(SET CMP0079 NEW)
5050

51-
project(venus-gui-v2 LANGUAGES CXX VERSION 1.0.7)
51+
project(venus-gui-v2 LANGUAGES CXX VERSION 1.0.8)
5252
add_definitions(-DPROJECT_VERSION_MAJOR=${PROJECT_VERSION_MAJOR} -DPROJECT_VERSION_MINOR=${PROJECT_VERSION_MINOR} -DPROJECT_VERSION_PATCH=${PROJECT_VERSION_PATCH} )
5353

5454
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)

0 commit comments

Comments
 (0)