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 2020/03/18 15:28:46 UTC

[mynewt-newt] branch 1_8_0_dev created (now b8ba37e)

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

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


      at b8ba37e  Apache Mynewt 1.8.0 release

This branch includes the following new commits:

     new b8ba37e  Apache Mynewt 1.8.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b8ba37efd21b6b1c9aa6b1a2c24c61c6693e51d4
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 18 14:47:11 2020 +0100

    Apache Mynewt 1.8.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..2bce938 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newt v1.4.0
+18 March 2029 - Apache Newt v1.8.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 7dcd91c..07c7e1e 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, 7, 9900}
-var NewtVersionStr = "1.8.0-dev"
+var NewtVersion = Version{1, 8, 0}
+var NewtVersionStr = "1.8.0"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 
-var NewtBlinkyTag string = "master"
+var NewtBlinkyTag string = "mynewt_1_8_0_tag"
 var NewtNumJobs int
 var NewtForce bool
 var NewtAsk bool