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 2018/11/07 21:04:05 UTC

[mynewt-newt] branch master updated: Update newt version: 1.4.9999 --> 1.5.9900

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git


The following commit(s) were added to refs/heads/master by this push:
     new 4353b71  Update newt version: 1.4.9999 --> 1.5.9900
4353b71 is described below

commit 4353b710955adab52c1f7014a03ef6247a9c1ef5
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Wed Nov 7 12:23:55 2018 -0800

    Update newt version: 1.4.9999 --> 1.5.9900
    
    Since this is now 1.5.0-dev, the version number needs to be greater than
    1.5.0.
---
 newt/newtutil/newtutil.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go
index 258afab..c377bf3 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -31,7 +31,7 @@ import (
 	"mynewt.apache.org/newt/yaml"
 )
 
-var NewtVersion Version = Version{1, 4, 9999}
+var NewtVersion Version = Version{1, 5, 9900}
 var NewtVersionStr string = "Apache Newt version: 1.5.0-dev"
 var NewtBlinkyTag string = "master"
 var NewtNumJobs int