Skip to content

Commit ea85b49

Browse files
committed
Update version strings
1 parent e74e3d3 commit ea85b49

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
SET(BITRL_VERSION_MAJOR 2)
55
SET(BITRL_VERSION_MINOR 2)
6-
SET(BITRL_VERSION_PATCH 3)
6+
SET(BITRL_VERSION_PATCH 4)
77

88
SET(BITRL_VERSION "${BITRL_VERSION_MAJOR}.${BITRL_VERSION_MINOR}.${BITRL_VERSION_PATCH}")
99
MESSAGE(STATUS "bitrllib Version ${BITRL_VERSION}")

0 commit comments

Comments
 (0)