Skip to content

Commit 8c870f7

Browse files
committed
Update version strings
1 parent 3b4b508 commit 8c870f7

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
@@ -3,7 +3,7 @@ MESSAGE(STATUS "Using CMake ${CMAKE_VERSION}")
33

44

55
SET(BITRL_VERSION_MAJOR 1)
6-
SET(BITRL_VERSION_MINOR 17)
6+
SET(BITRL_VERSION_MINOR 2)
77
SET(BITRL_VERSION_PATCH 0)
88

99
SET(BITRL_VERSION "${BITRL_VERSION_MAJOR}.${BITRL_VERSION_MINOR}.${BITRL_VERSION_PATCH}")

0 commit comments

Comments
 (0)