From 37deb5003b01241e181076b3d011e0cf843f3870 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 11 Oct 2016 14:44:36 +0100 Subject: [PATCH] mraa: Update to v1.4.0 Signed-off-by: Brendan Le Foll --- CMakeLists.txt | 2 +- docs/changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cb4f37..017c9a5 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.3.0") + set (VERSION "v1.4.0") endif () message (STATUS "INFO - libmraa Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 7eecb03..d3b4871 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,15 @@ 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.4.0** + * Add support for Siemens SIMATIC IOT2000 + * Cmake now enables much more error detection depending on compiler support + * Mraa Maven packages now enabled + * Galileo Gen2 AIO fix using pincmd + * Adding an already added firmata platform now returns MRAA_SUCCESS + * Cmake no longer tags builds without git as '-dirty' version.c for easier + packaging support + **1.3.0** * Fix GT GPIO bugs * Mock SPI and travis now uses mock and tests it