From efee36652503a66c1df4f88dbd9b84642e892087 Mon Sep 17 00:00:00 2001 From: Cristina Suteu Date: Fri, 16 Aug 2024 13:14:23 +0300 Subject: [PATCH] CMake: bump version to v0.26 This should be the last version of v0.x series. This version will contain all the bugs fixed on the legacy branch. Signed-off-by: Cristina Suteu --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 858cb2391..d5313c502 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if (MINGW) endif() set(LIBIIO_VERSION_MAJOR 0) -set(LIBIIO_VERSION_MINOR 25) +set(LIBIIO_VERSION_MINOR 26) set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}") if (WIN32) string(TIMESTAMP BUILD_YEAR "%Y")