Skip to content

Commit

Permalink
CMakeLists.txt: Bump to version 0.2.1.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Jun 26, 2020
1 parent 483e427 commit 264a867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.1.3)

set(LIBM2K_VERSION_MAJOR 0)
set(LIBM2K_VERSION_MINOR 2)
set(LIBM2K_VERSION_PATCH 0)
set(LIBM2K_VERSION_PATCH 1)
set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}")

project(libm2k LANGUAGES CXX VERSION ${LIBM2K_VERSION})
Expand Down

0 comments on commit 264a867

Please sign in to comment.