From 1849e22154177096f1725e9cc96ec62ac2ef3635 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Thu, 30 Jun 2016 16:28:44 -0700 Subject: [PATCH] upm: v0.7.2 Signed-off-by: Noel Eck --- CMakeLists.txt | 2 +- docs/changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8fb1d8f..fbab8284 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production UPM!") - set (VERSION "v0.7.1-dirty") + set (VERSION "v0.7.2-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index fd357989..244f7ca5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,12 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.7.2 + + * Mraa 1.1.1 required changes to UPM drivers and examples for IIO core + kernel support + * Rev'ed libmraa requirement to 1.1.1 + ### v0.7.1 * Fix for building python2 vs python3 bindings