Skip to content

Commit 264a867

Browse files
CMakeLists.txt: Bump to version 0.2.1.
Signed-off-by: AlexandraTrifan <[email protected]>
1 parent 483e427 commit 264a867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.1.3)
2222

2323
set(LIBM2K_VERSION_MAJOR 0)
2424
set(LIBM2K_VERSION_MINOR 2)
25-
set(LIBM2K_VERSION_PATCH 0)
25+
set(LIBM2K_VERSION_PATCH 1)
2626
set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")
2727

2828
project(libm2k LANGUAGES CXX VERSION ${LIBM2K_VERSION})

0 commit comments

Comments
 (0)