Skip to content

Commit 1fd8c04

Browse files
authored
Update CMakeLists.txt
1 parent 3a94e6c commit 1fd8c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.20)
22
MESSAGE(STATUS "Using CMake ${CMAKE_VERSION}")
33

44
SET(BITRL_VERSION_MAJOR 2)
5-
SET(BITRL_VERSION_MINOR 2)
6-
SET(BITRL_VERSION_PATCH 4)
5+
SET(BITRL_VERSION_MINOR 3)
6+
SET(BITRL_VERSION_PATCH 0)
77
SET(BITRL_VERSION "${BITRL_VERSION_MAJOR}.${BITRL_VERSION_MINOR}.${BITRL_VERSION_PATCH}")
88
MESSAGE(STATUS "bitrllib Version ${BITRL_VERSION}")
99

0 commit comments

Comments
 (0)