Skip to content

Commit c14b444

Browse files
committed
set the build version
1 parent 7b9a73d commit c14b444

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
@@ -8,7 +8,7 @@
88
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
99

1010
# define the project
11-
PROJECT(vACDM LANGUAGES C CXX VERSION "1.0.0")
11+
PROJECT(vACDM LANGUAGES C CXX VERSION "1.1.0")
1212
SET_PROPERTY(GLOBAL PROPERTY USE_FOLDERS ON)
1313
SET(CMAKE_CXX_STANDARD 20)
1414
SET(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)