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/22 21:57:38 UTC

incubator-mynewt-newt git commit: newt - Point to blinky 1_0_0_b1_tag.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/1_0_0_b1_dev 83f575109 -> 59ec3af37


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/1_0_0_b1_dev
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"