Skip to content

Commit

Permalink
CMakeLists.txt: Bump to version v0.3.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Trifan <Alexandra.Trifan@analog.com>
  • Loading branch information
AlexandraTrifan committed Sep 16, 2020
1 parent c2db428 commit 58774a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.18.0")
endif()

set(LIBM2K_VERSION_MAJOR 0)
set(LIBM2K_VERSION_MINOR 2)
set(LIBM2K_VERSION_PATCH 1)
set(LIBM2K_VERSION_MINOR 3)
set(LIBM2K_VERSION_PATCH 0)
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 58774a2

Please sign in to comment.