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-newtmgr.git
The following commit(s) were added to refs/heads/master by this push:
new 2462905 Prepare for Mynewt 1.12.0 release
2462905 is described below
commit 2462905c1ba4542676592bdb2a5df4d5e441b153
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Mar 27 08:56:33 2024 +0100
Prepare for Mynewt 1.12.0 release
---
NOTICE | 2 +-
RELEASE_NOTES.md | 2 +-
newtmgr/newtmgr.go | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NOTICE b/NOTICE
index c98fceb..b2b78e7 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 b1d4456..1a43748 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
# RELEASE NOTES
-09 August 2023 - Apache Newtmgr v1.11.0
+27 Match 2024 - Apache Newtmgr 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/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index cfeafcf..92c9d22 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
ExeName: "newtmgr",
ShortName: "Newtmgr",
LongName: "Apache Newtmgr",
- VersionString: "1.12.0-dev",
+ VersionString: "1.12.0",
CfgFilename: ".newtmgr.cp.json",
}