From 753ca27ba07619d6bfb98efe2a198115393c03d8 Mon Sep 17 00:00:00 2001 From: AlexandraTrifan Date: Mon, 29 Jan 2024 16:33:51 +0200 Subject: [PATCH] CMakeLists.txt: Bump to version v0.8.0. Signed-off-by: AlexandraTrifan --- CMakeLists.txt | 2 +- bindings/matlab/deps.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23bef114..ea763b44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS "3.18.0") endif() set(LIBM2K_VERSION_MAJOR 0) -set(LIBM2K_VERSION_MINOR 7) +set(LIBM2K_VERSION_MINOR 8) set(LIBM2K_VERSION_PATCH 0) set(LIBM2K_VERSION "${LIBM2K_VERSION_MAJOR}.${LIBM2K_VERSION_MINOR}.${LIBM2K_VERSION_PATCH}") diff --git a/bindings/matlab/deps.bat b/bindings/matlab/deps.bat index 55921e49..e65937bf 100644 --- a/bindings/matlab/deps.bat +++ b/bindings/matlab/deps.bat @@ -12,7 +12,7 @@ mkdir deps\include powershell -Command "Get-ChildItem -Path libiio -Recurse -Filter iio.h | Copy-Item -Destination deps/include " ::libm2k -git clone -b v0.7.0 https://github.com/analogdevicesinc/libm2k.git +git clone -b v0.8.0 https://github.com/analogdevicesinc/libm2k.git cd libm2k mkdir build cd build