Skip to content

Commit 24a0228

Browse files
CMakeLists.txt: Bump version to v0.2.0
Signed-off-by: Alexandra Trifan <[email protected]>
1 parent df5f3d5 commit 24a0228

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
@@ -21,7 +21,7 @@
2121
cmake_minimum_required(VERSION 3.1.3)
2222

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

0 commit comments

Comments
 (0)