You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2017/02/03 22:10:24 UTC

incubator-mynewt-newt git commit: Update newt version and blinky tag for 1.0.0.b2 release

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop 6620780a8 -> 34823b00a


Update newt version and blinky tag for 1.0.0.b2 release


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

Branch: refs/heads/develop
Commit: 34823b00a50eadd6778b3697b9089d2ebdcec6d3
Parents: 6620780
Author: William San Filippo <wi...@runtime.io>
Authored: Fri Feb 3 14:09:19 2017 -0800
Committer: William San Filippo <wi...@runtime.io>
Committed: Fri Feb 3 14:09:19 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/34823b00/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 824e3af..c5d3957 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-dev"
-var NewtBlinkyTag string = "develop"
+var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0.b2"
+var NewtBlinkyTag string = "mynewt_1_0_0_b2_rc1_tag"
 var NewtNumJobs int
 
 const NEWTRC_DIR string = ".newt"