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/10 22:38:56 UTC

[44/50] incubator-mynewt-newt git commit: newt; pull 'develop' blinky with this version of newt.

newt; pull 'develop' blinky with this version of newt.


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/6434dada
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/6434dada
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/6434dada

Branch: refs/heads/master
Commit: 6434dada6a47f885c0f6c76be13f3707cd74827a
Parents: a30bf2d
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Nov 9 10:44:05 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Nov 9 10:44:05 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/6434dada/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index ddb2e94..d7369d9 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-develop"
-var NewtBlinkyTag string = "mynewt_1_0_0_develop_tag"
+var NewtBlinkyTag string = "develop"
 
 const NEWTRC_DIR string = ".newt"
 const REPOS_FILENAME string = "repos.yml"