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

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


The following commit(s) were added to refs/heads/1_3_0_dev by this push:
     new f43e04d  Fix newt to display correct version
f43e04d is described below

commit f43e04d895c38433c090c74b1d6f32ed947eae80
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Dec 7 17:23:29 2017 -0200

    Fix newt to display correct version
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 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 9ccf7bc..f68bb18 100644
--- a/newt/newtutil/newtutil.go
+++ b/newt/newtutil/newtutil.go
@@ -36,7 +36,7 @@ import (
 )
 
 var NewtVersion Version = Version{1, 3, 0}
-var NewtVersionStr string = "Apache Newt version: 1.3.0-dev"
+var NewtVersionStr string = "Apache Newt version: 1.3.0"
 var NewtBlinkyTag string = "mynewt_1_3_0_tag"
 var NewtNumJobs int
 var NewtForce bool

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to