Skip to content

Commit ce0cf95

Browse files
AlexandraTrifanAdrian-Stanea
authored andcommitted
CMakeLists.txt: Bump version to v0.9.0.
Signed-off-by: AlexandraTrifan <[email protected]>
1 parent 60dd7b3 commit ce0cf95

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
@@ -26,7 +26,7 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS "3.18.0")
2626
endif()
2727

2828
set(LIBM2K_VERSION_MAJOR 0)
29-
set(LIBM2K_VERSION_MINOR 8)
29+
set(LIBM2K_VERSION_MINOR 9)
3030
set(LIBM2K_VERSION_PATCH 0)
3131
set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")
3232

0 commit comments

Comments
 (0)