From c4498c27761d04d4ac631ec59c1613bfed079da5 Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Fri, 8 Jul 2022 09:49:06 +0100 Subject: [PATCH] CMake: Bump version to v0.24 Bump libiio version to v0.24, which should be the last version of the v0.x series. Signed-off-by: Paul Cercueil --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d71ec5e5..59d43dbbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")