You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2019/07/16 16:20:32 UTC

[mynewt-newt] 01/01: Apache Mynewt 1.7.0 release

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch 1_7_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit 80bcba727dfe828dcb1f8da522f0502377d18fd4
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Tue Jul 16 17:44:58 2019 +0200

    Apache Mynewt 1.7.0 release
---
 RELEASE_NOTES.md          | 2 +-
 newt/newtutil/newtutil.go | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d2b9dcf..52823fc 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newt v1.4.0
+16 July 2019 - Apache Newt v1.7.0
 
 For full release notes, please visit the
 [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 1f2d1aa..fc8fbbc 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -29,12 +29,12 @@ import (
 	"mynewt.apache.org/newt/util"
 )
 
-var NewtVersion = Version{1, 6, 9900}
-var NewtVersionStr = "1.7.0-dev"
+var NewtVersion = Version{1, 7, 0}
+var NewtVersionStr = "1.7.0"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 
-var NewtBlinkyTag string = "master"
+var NewtBlinkyTag string = "mynewt_1_7_0_tag"
 var NewtNumJobs int
 var NewtForce bool
 var NewtAsk bool