sjanc closed pull request #176: Version update URL: https://github.com/apache/mynewt-newt/pull/176
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 03015016..d2b9dcf1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # RELEASE NOTES -30 November 2017 - Apache Newt v1.3.0 +04 June 2018 - Apache Newt v1.4.0 For full release notes, please visit the [Apache Mynewt Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes). @@ -17,9 +17,6 @@ Future versions will add: * More robust package management and versioning - * Plenty of helper commands for seeing what's installed, what's changed, - and why things failed. - If working on next-generation build and source package management systems sounds exciting to you, get in touch, by sending a mail to the Apache Mynewt Developer's list, d...@mynewt.apache.org. diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go index a976b7e3..a6a5248d 100644 --- a/newt/newtutil/newtutil.go +++ b/newt/newtutil/newtutil.go @@ -31,8 +31,8 @@ import ( "mynewt.apache.org/newt/yaml" ) -var NewtVersion Version = Version{1, 3, 9999} -var NewtVersionStr string = "Apache Newt version: 1.4.0-dev" +var NewtVersion Version = Version{1, 4, 9999} +var NewtVersionStr string = "Apache Newt version: 1.5.0-dev" var NewtBlinkyTag string = "master" var NewtNumJobs int var NewtForce bool ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services