We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a501fcd commit 98dcb2fCopy full SHA for 98dcb2f
CMakeLists.txt
@@ -19,7 +19,7 @@ add_subdirectory(tests)
19
# set up versioning.
20
set(BUILD_MAJOR "1")
21
set(BUILD_MINOR "2")
22
-set(BUILD_VERSION "5")
+set(BUILD_VERSION "6")
23
set(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_VERSION})
24
25
set(CMAKE_C_STANDARD 11)
0 commit comments