Skip to content

Commit

Permalink
Prepare for Apache Mynewt 1.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanc committed Nov 13, 2024
1 parent 37a65be commit c6bf556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RELEASE NOTES

27 March 2024 - Apache Newt v1.12.0
13 November 2024 - Apache Newt v1.13.0

For full release notes, please visit the
[Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
Expand Down
6 changes: 3 additions & 3 deletions newt/newtutil/newtutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import (
"mynewt.apache.org/newt/util"
)

var NewtVersion = Version{1, 12, 9900}
var NewtVersionStr = "1.13.0-dev"
var NewtVersion = Version{1, 13, 0}
var NewtVersionStr = "1.13.0"
var NewtGitHash = "unknown"
var NewtDate = "unknown"

var NewtBlinkyTag string = "master"
var NewtBlinkyTag string = "mynewt_1_13_0_tag"
var NewtNumJobs int
var NewtForce bool
var NewtAsk bool
Expand Down

0 comments on commit c6bf556

Please sign in to comment.