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/08 01:00:54 UTC

incubator-mynewt-newt git commit: newtutil; fetch blinky revision mynewt_1_0_0_rc1_tag

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/1_0_0_dev 6de216237 -> 6821cfe23


newtutil; fetch blinky revision 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/6821cfe2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/6821cfe2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/6821cfe2

Branch: refs/heads/1_0_0_dev
Commit: 6821cfe2323e7dfc8c4af14b6c6706fe2a4ae6f7
Parents: 6de2162
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Mar 7 17:00:01 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Mar 7 17:00:01 2017 -0800

----------------------------------------------------------------------
 newt/newtutil/newtutil.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/6821cfe2/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 0f2e32c..a719b08 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -36,7 +36,7 @@ import (
 
 var NewtVersion Version = Version{1, 0, 0}
 var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0"
-var NewtBlinkyTag string = "mynewt_1_0_0"
+var NewtBlinkyTag string = "mynewt_1_0_0_rc1_tag"
 var NewtNumJobs int
 var NewtForce bool