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/05/19 04:03:38 UTC

incubator-mynewt-newt git commit: newt - update version number to 0.9.0.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/090_dev 3960627ba -> 0afe65541


newt - update version number to 0.9.0.


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

Branch: refs/heads/090_dev
Commit: 0afe655414bbefc922d2adfddf238479bedac5c0
Parents: 3960627
Author: Christopher Collins <cc...@apache.org>
Authored: Wed May 18 21:02:10 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Wed May 18 21:02:10 2016 -0700

----------------------------------------------------------------------
 newt/newt.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/0afe6554/newt/newt.go
----------------------------------------------------------------------
diff --git a/newt/newt.go b/newt/newt.go
index 0dfe5ee..a39b80f 100644
--- a/newt/newt.go
+++ b/newt/newt.go
@@ -29,7 +29,7 @@ import (
 	"mynewt.apache.org/newt/util"
 )
 
-var NewtVersionStr string = "Apache Newt (incubating) version: 0.8.0"
+var NewtVersionStr string = "Apache Newt (incubating) version: 0.9.0"
 var NewtLogLevel log.Level
 var newtSilent bool
 var newtQuiet bool