You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/04/28 02:52:51 UTC

incubator-mynewt-newt git commit: newt; update the version string to 0.8.0.

Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop 8abc4f2c2 -> db02cba25


newt; update the version string to 0.8.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/db02cba2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/db02cba2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/db02cba2

Branch: refs/heads/develop
Commit: db02cba25cc8d1daa8e8111a84612ba6bb6d230f
Parents: 8abc4f2
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Apr 27 17:52:21 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Apr 27 17:52:21 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/db02cba2/newt/newt.go
----------------------------------------------------------------------
diff --git a/newt/newt.go b/newt/newt.go
index 109f821..0dfe5ee 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-b2"
+var NewtVersionStr string = "Apache Newt (incubating) version: 0.8.0"
 var NewtLogLevel log.Level
 var newtSilent bool
 var newtQuiet bool