Skip to content

Commit

Permalink
CMake: Bump version to v0.22
Browse files Browse the repository at this point in the history
Bump libiio version to v0.22.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei authored and mhennerich committed Jul 30, 2021
1 parent e2dca24 commit e2ba5d4
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 @@ -7,7 +7,7 @@ if (MINGW)
endif()

set(LIBIIO_VERSION_MAJOR 0)
set(LIBIIO_VERSION_MINOR 21)
set(LIBIIO_VERSION_MINOR 22)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
if (WIN32)
string(TIMESTAMP BUILD_YEAR "%Y")
Expand Down

0 comments on commit e2ba5d4

Please sign in to comment.