Skip to content

Commit cb2f40f

Browse files
committed
Bump to version v0.11
Changelog: - Add quiet mode to iio_attr - Don't clear local channel enabled state on buffer destruction in the local backend - Code style cleanups in iio_attr and ad9361-iiostream Signed-off-by: Travis Collins <[email protected]>
1 parent b2999c9 commit cb2f40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
22
project(libiio C)
33

44
set(LIBIIO_VERSION_MAJOR 0)
5-
set(LIBIIO_VERSION_MINOR 10)
5+
set(LIBIIO_VERSION_MINOR 11)
66
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")
77

88
# Set the default install path to /usr

0 commit comments

Comments
 (0)