Skip to content

Commit 145b5c6

Browse files
authored
Bump BITRL_VERSION_MINOR to 4
1 parent 1e028d7 commit 145b5c6

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
@@ -2,7 +2,7 @@ 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 3)
5+
SET(BITRL_VERSION_MINOR 4)
66
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}")

0 commit comments

Comments
 (0)