File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ include (GetGitRevisionDescription)
91
91
git_describe (VERSION "--tags" )
92
92
if ("x_${VERSION} " STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION} " STREQUAL "x_HEAD-HASH-NOTFOUND" OR "x_${VERSION} " STREQUAL "x_-128-NOTFOUND" )
93
93
message (WARNING " - Install git to compile a production libmraa!" )
94
- set (VERSION "v1.6.1 " )
94
+ set (VERSION "v1.7.0 " )
95
95
endif ()
96
96
97
97
message (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
5
5
versions. The API is now fairly stable but when new calls/features are added
6
6
they are listed here. Anything pre 0.2.x is ignored.
7
7
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
+
8
13
** 1.6.1**
9
14
* mraa-deinit bug fix
10
15
* rpi3 fix
You can’t perform that action at this time.
0 commit comments