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/10 22:38:54 UTC

[42/50] incubator-mynewt-newt git commit: updated version string

updated version string


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

Branch: refs/heads/master
Commit: ef4522e229743556d6d82b74b503d19aa3be9070
Parents: 38b34ef
Author: David G. Simmons <sa...@mac.com>
Authored: Wed Nov 9 13:27:15 2016 -0500
Committer: David G. Simmons <sa...@mac.com>
Committed: Wed Nov 9 13:27:15 2016 -0500

----------------------------------------------------------------------
 newt/newtutil/newtutil.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ef4522e2/newt/newtutil/newtutil.go
----------------------------------------------------------------------
diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 0daa992..9b99010 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -29,8 +29,8 @@ import (
 	"mynewt.apache.org/newt/viper"
 )
 
-var NewtVersionStr string = "Apache Newt (incubating) version: 0.9.0"
-var NewtBlinkyTag string = "mynewt_0_9_0_tag"
+var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-develop"
+var NewtBlinkyTag string = "mynewt_1_0_0_develop_tag"
 
 func GetStringFeatures(v *viper.Viper, features map[string]bool,
 	key string) string {