Skip to content

Commit 18edb6b

Browse files
committed
bump version
1 parent e86e14a commit 18edb6b

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
@@ -17,7 +17,7 @@ add_subdirectory(tests)
1717
# set up versioning.
1818
set(BUILD_MAJOR "1")
1919
set(BUILD_MINOR "2")
20-
set(BUILD_VERSION "1")
20+
set(BUILD_VERSION "2")
2121
set(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_VERSION})
2222

2323
set(CMAKE_C_STANDARD 11)

0 commit comments

Comments
 (0)