From 9da40041a6c502fa79c632d9f2445d95b6b26b8e Mon Sep 17 00:00:00 2001 From: Paul Cercueil Date: Mon, 30 Jan 2017 11:51:46 +0100 Subject: [PATCH] Bump to version v0.9 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 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb23b4599..9bffea16f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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