We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483e427 commit 264a867Copy full SHA for 264a867
CMakeLists.txt
@@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.1.3)
22
23
set(LIBM2K_VERSION_MAJOR 0)
24
set(LIBM2K_VERSION_MINOR 2)
25
-set(LIBM2K_VERSION_PATCH 0)
+set(LIBM2K_VERSION_PATCH 1)
26
set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")
27
28
project(libm2k LANGUAGES CXX VERSION ${LIBM2K_VERSION})
0 commit comments