Skip to content

Commit 98dcb2f

Browse files
committed
Increase version number
1 parent a501fcd commit 98dcb2f

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
@@ -19,7 +19,7 @@ add_subdirectory(tests)
1919
# set up versioning.
2020
set(BUILD_MAJOR "1")
2121
set(BUILD_MINOR "2")
22-
set(BUILD_VERSION "5")
22+
set(BUILD_VERSION "6")
2323
set(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_VERSION})
2424

2525
set(CMAKE_C_STANDARD 11)

0 commit comments

Comments
 (0)