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 19:13:44 UTC

incubator-mynewt-newt git commit: newt - Update version string to 1.0.0-b1

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/1_0_0_b1_dev b8e96b26f -> 0ce87a14c


newt - Update version string to 1.0.0-b1

Full string: "Apache Newt (incubating) version: 1.0.0-b1"
Was:         "Apache Newt (incubating) version: 1.0.0-develop"


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

Branch: refs/heads/1_0_0_b1_dev
Commit: 0ce87a14ce7602a554bfb4c83a06c5f6de20cd56
Parents: b8e96b2
Author: Christopher Collins <cc...@apache.org>
Authored: Tue Nov 22 11:12:49 2016 -0800
Committer: Christopher Collins <cc...@apache.org>
Committed: Tue Nov 22 11:12:49 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/0ce87a14/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index d7369d9..0eec1fd 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -33,7 +33,7 @@ import (
 	"mynewt.apache.org/newt/viper"
 )
 
-var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-develop"
+var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-b1"
 var NewtBlinkyTag string = "develop"
 
 const NEWTRC_DIR string = ".newt"