Skip to content

Commit 2cbfb5c

Browse files
committed
generic: update version to 0.9.1
Signed-off-by: IonutMuthi <Ionut.Muthi@analog.com>
1 parent 158a6a9 commit 2cbfb5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727

2828
set(LIBM2K_VERSION_MAJOR 0)
2929
set(LIBM2K_VERSION_MINOR 9)
30-
set(LIBM2K_VERSION_PATCH 0)
30+
set(LIBM2K_VERSION_PATCH 1)
3131
set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")
3232

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

0 commit comments

Comments
 (0)