Skip to content

Commit

Permalink
CMakeLists.txt: Bump to version v0.8.0.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <Alexandra.Trifan@analog.com>
  • Loading branch information
AlexandraTrifan committed Jan 30, 2024
1 parent 0737391 commit 5b961eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down
2 changes: 1 addition & 1 deletion bindings/matlab/deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b961eb

Please sign in to comment.