This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch 1_2_0_dev in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git
commit 3a3e87d754e63cbcf2e49b49c20847dc3c19e655 Author: Szymon Janc <szymon.j...@codecoup.pl> AuthorDate: Tue Sep 5 14:54:50 2017 +0200 Release 1.2.0 --- 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 9d5b64a..6e427fa 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # RELEASE NOTES -7 March 2017 - Apache Newt v1.0.0 +5 September 2017 - Apache Newt v1.2.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 a5e7050..0fe5c9f 100644 --- a/newt/newtutil/newtutil.go +++ b/newt/newtutil/newtutil.go @@ -34,9 +34,9 @@ import ( "mynewt.apache.org/newt/viper" ) -var NewtVersion Version = Version{1, 1, 0} -var NewtVersionStr string = "Apache Newt version: 1.1.0-dev" -var NewtBlinkyTag string = "develop" +var NewtVersion Version = Version{1, 2, 0} +var NewtVersionStr string = "Apache Newt version: 1.2.0" +var NewtBlinkyTag string = "mynewt_1_2_0_tag" var NewtNumJobs int var NewtForce bool -- To stop receiving notification emails like this one, please contact "commits@mynewt.apache.org" <commits@mynewt.apache.org>.