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:52:44 UTC

[11/15] incubator-mynewt-newt git commit: newt; change version string to 1.0.0-dev

newt; change version string to 1.0.0-dev


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

Branch: refs/heads/master
Commit: d971a43763d04b40e314fedff107b2df4f0931e2
Parents: 7f1badb
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Nov 22 12:42:59 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Nov 22 12:42:59 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/d971a437/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 0eec1fd..f10c9d5 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-b1"
+var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-dev"
 var NewtBlinkyTag string = "develop"
 
 const NEWTRC_DIR string = ".newt"