You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/03/06 21:44:41 UTC

[41/41] incubator-mynewt-newt git commit: newt; update version string to be 1.0.0-rc1. Blinky tag to fetch is mynewt_1_0_0_rc1_tag.

newt; update version string to be 1.0.0-rc1.
Blinky tag to fetch is mynewt_1_0_0_rc1_tag.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/50d5f1f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/50d5f1f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/50d5f1f1

Branch: refs/heads/mynewt_1_0_0
Commit: 50d5f1f102377e416b62ffbb9422277a20da4294
Parents: db27018
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Mar 6 13:42:11 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Mar 6 13:42:11 2017 -0800

----------------------------------------------------------------------
 newt/newtutil/newtutil.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/50d5f1f1/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 6a981ec..962fd28 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -34,8 +34,8 @@ import (
 	"mynewt.apache.org/newt/viper"
 )
 
-var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0.b2"
-var NewtBlinkyTag string = "mynewt_1_0_0_b2_rc1_tag"
+var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-rc1"
+var NewtBlinkyTag string = "mynewt_1_0_0_rc1_tag"
 var NewtNumJobs int
 var NewtForce bool