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 2022/04/22 12:08:03 UTC

[mynewt-newt] branch master updated: Prepare for Mynewt 1.10.0 release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 874afdf  Prepare for Mynewt 1.10.0 release
874afdf is described below

commit 874afdfa6f4738646bad29d9d7119a68dc7b0128
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Fri Apr 22 10:16:31 2022 +0200

    Prepare for Mynewt 1.10.0 release
---
 NOTICE                    | 2 +-
 RELEASE_NOTES.md          | 2 +-
 newt/newtutil/newtutil.go | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NOTICE b/NOTICE
index 20a92e2..d2c51ba 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Mynewt
-Copyright 2015-2020 The Apache Software Foundation
+Copyright 2015-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4e3cdb5..d74a75d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-24 March 2021 - Apache Newt v1.9.0
+20 April 2022 - Apache Newt v1.10.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 856ef4c..dcf709a 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -30,12 +30,12 @@ import (
 	"mynewt.apache.org/newt/util"
 )
 
-var NewtVersion = Version{1, 9, 9900}
-var NewtVersionStr = "1.10.0-dev"
+var NewtVersion = Version{1, 10, 0}
+var NewtVersionStr = "1.10.0"
 var NewtGitHash = "unknown"
 var NewtDate = "unknown"
 
-var NewtBlinkyTag string = "master"
+var NewtBlinkyTag string = "mynewt_1_10_0_tag"
 var NewtNumJobs int
 var NewtForce bool
 var NewtAsk bool