From 8566f2fe3daea79a724e6424a34d4b33a2f1ed8a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 27 Mar 2024 08:54:44 +0100 Subject: [PATCH] Prepare for Mynewt 1.12.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 c98fcebf26..b2b78e7b9b 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Mynewt -Copyright 2015-2023 The Apache Software Foundation +Copyright 2015-2024 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 cf9fcf9c98..ebe63bfe28 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # RELEASE NOTES -09 August 2023 - Apache Newt v1.11.0 +27 March 2024 - Apache Newt v1.12.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 eb91b3a8a7..92461cb0e1 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, 11, 9900} -var NewtVersionStr = "1.12.0-dev" +var NewtVersion = Version{1, 12, 0} +var NewtVersionStr = "1.12.0" var NewtGitHash = "unknown" var NewtDate = "unknown" -var NewtBlinkyTag string = "master" +var NewtBlinkyTag string = "mynewt_1_12_0_tag" var NewtNumJobs int var NewtForce bool var NewtAsk bool