You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2016/11/23 18:44:12 UTC

[3/4] incubator-mynewt-newt git commit: newt - Point to blinky 1_0_0_b1_tag.

newt - Point to blinky 1_0_0_b1_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/59ec3af3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/59ec3af3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/59ec3af3

Branch: refs/heads/develop
Commit: 59ec3af372952382390cfd988e503d8cf3d5b34b
Parents: 83f5751
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 22 13:55:18 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 22 13:55:18 2016 -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/59ec3af3/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 0eec1fd..e364e37 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -34,7 +34,7 @@ import (
 )
 
 var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-b1"
-var NewtBlinkyTag string = "develop"
+var NewtBlinkyTag string = "mynewt_1_0_0_b1_tag"
 
 const NEWTRC_DIR string = ".newt"
 const REPOS_FILENAME string = "repos.yml"