Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 59cb2cc

Browse files
Update CMakeLists.txt
1 parent 821794b commit 59cb2cc

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
@@ -7,7 +7,7 @@ add_subdirectory(tests)
77
# set up versioning.
88
set(BUILD_MAJOR "1")
99
set(BUILD_MINOR "0")
10-
set(BUILD_VERSION "6")
10+
set(BUILD_VERSION "8")
1111
set(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_VERSION})
1212

1313
set(CMAKE_C_STANDARD 11)

0 commit comments

Comments
 (0)