Skip to content

Commit

Permalink
CMake: Bump version to v0.24
Browse files Browse the repository at this point in the history
Bump libiio version to v0.24, which should be the last version of the
v0.x series.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei committed Jul 8, 2022
1 parent 3a4b27e commit c4498c2
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 23)
set(LIBIIO_VERSION_MINOR 24)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
if (WIN32)
string(TIMESTAMP BUILD_YEAR "%Y")
Expand Down

0 comments on commit c4498c2

Please sign in to comment.