Skip to content

Commit

Permalink
Bump to version v0.11
Browse files Browse the repository at this point in the history
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 <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Oct 23, 2017
1 parent b2999c9 commit cb2f40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.7)
project(libiio C)

set(LIBIIO_VERSION_MAJOR 0)
set(LIBIIO_VERSION_MINOR 10)
set(LIBIIO_VERSION_MINOR 11)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")

# Set the default install path to /usr
Expand Down

0 comments on commit cb2f40f

Please # to comment.