From 0d6700fe504b15c75549e881364c0a6333c8d77b Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 6 Apr 2017 23:55:12 +0200 Subject: [PATCH] mraa: Update to v1.6.1 Signed-off-by: Brendan Le Foll --- CMakeLists.txt | 2 +- docs/changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 405584f..8dcd5ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production libmraa!") - set (VERSION "v1.6.0") + set (VERSION "v1.6.1") endif () message (STATUS "INFO - libmraa Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 9398b5c..5eb1fc9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,11 @@ This changelog is meant as a quick & rough guide to what has changed between versions. The API is now fairly stable but when new calls/features are added they are listed here. Anything pre 0.2.x is ignored. +**1.6.1** + * mraa-deinit bug fix + * rpi3 fix + * ALTERA_SOCFPGA -> DE_NANO_SOC + **1.6.0** * de-10 nano board support * Improved Intel Joule support & renamed from GT_TUCHUCK to Joule