Skip to content

Commit

Permalink
Bump to version v0.9
Browse files Browse the repository at this point in the history
Changelog:
- Introduced context attributes
- Add API for querying the list of enabled backends
- IIOD can now serve over USB (using FunctionFS)
- Fix occasional buffer drops in IIOD
- Python bindings are now compatible with Python 3
- Add support for scanning in Python bindings
- Fix USB backend on Windows >= 8.1
- Add auto context creation in iio_readdev/iio_info
- Lots, lots of bug fixes

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
Paul Cercueil committed Jan 30, 2017
1 parent d025370 commit 9da4004
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 8)
set(LIBIIO_VERSION_MINOR 9)
set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}")

# Set the default install path to /usr
Expand Down

0 comments on commit 9da4004

Please sign in to comment.