diff --git a/CMakeLists.txt b/CMakeLists.txt index a115e872f..1e198e2bf 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 14) +set(LIBIIO_VERSION_MINOR 15) set(VERSION "${LIBIIO_VERSION_MAJOR}.${LIBIIO_VERSION_MINOR}") if (WIN32) string(TIMESTAMP BUILD_YEAR "%Y")