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

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

commit 62a7a09a22f0c8d609def0e64ef45d38d43cb5f9
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Fri Mar 9 08:37:53 2018 -0300

    Make 1.4.0-dev distinct from 1.4.0 in repo compat check
---
 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 ca2e7ac..d15770d 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, 0}
+var NewtVersion Version = Version{1, 3, 9999}
 var NewtVersionStr string = "Apache Newt version: 1.4.0-dev"
 var NewtBlinkyTag string = "master"
 var NewtNumJobs int

-- 
To stop receiving notification emails like this one, please contact
ut...@apache.org.

Reply via email to