newt; update version string to be 1.0.0-rc1. Blinky tag to fetch is mynewt_1_0_0_rc1_tag.
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/50d5f1f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/50d5f1f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/50d5f1f1 Branch: refs/heads/mynewt_1_0_0 Commit: 50d5f1f102377e416b62ffbb9422277a20da4294 Parents: db27018 Author: Marko Kiiskila <[email protected]> Authored: Mon Mar 6 13:42:11 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Mon Mar 6 13:42:11 2017 -0800 ---------------------------------------------------------------------- newt/newtutil/newtutil.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/50d5f1f1/newt/newtutil/newtutil.go ---------------------------------------------------------------------- diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go index 6a981ec..962fd28 100644 --- a/newt/newtutil/newtutil.go +++ b/newt/newtutil/newtutil.go @@ -34,8 +34,8 @@ import ( "mynewt.apache.org/newt/viper" ) -var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0.b2" -var NewtBlinkyTag string = "mynewt_1_0_0_b2_rc1_tag" +var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-rc1" +var NewtBlinkyTag string = "mynewt_1_0_0_rc1_tag" var NewtNumJobs int var NewtForce bool
