File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ include (GetGitRevisionDescription)
9191git_describe (VERSION "--tags" )
9292if ("x_${VERSION} " STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION} " STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION} " STREQUAL "x_-128-NOTFOUND" )
9393 message (WARNING " - Install git to compile a production libmraa!" )
94- set (VERSION "v1.6.1 " )
94+ set (VERSION "v1.7.0 " )
9595endif ()
9696
9797message (STATUS "INFO - libmraa Version ${VERSION} " )
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This changelog is meant as a quick & rough guide to what has changed between
55versions. The API is now fairly stable but when new calls/features are added
66they are listed here. Anything pre 0.2.x is ignored.
77
8+ ** 1.7.0**
9+ * Peripheral I/O support for Android Things
10+ * Deprecation of node v0.10.x and 0.12.x
11+ * Documetnatino improvements
12+
813** 1.6.1**
914 * mraa-deinit bug fix
1015 * rpi3 fix
You can’t perform that action at this time.
0 commit comments