Repository: incubator-mynewt-newt Updated Branches: refs/heads/1_0_0_dev [created] 9ed56d038
newt; change version to be 1.0.0-rc1. Blinky checks out branch 1_0_0_dev. 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/9ed56d03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/9ed56d03 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/9ed56d03 Branch: refs/heads/1_0_0_dev Commit: 9ed56d0388130ca11b7bf980dc46b4aacdd6ce55 Parents: d487ce6 Author: Marko Kiiskila <[email protected]> Authored: Mon Mar 6 15:35:21 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Mon Mar 6 15:35:21 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/9ed56d03/newt/newtutil/newtutil.go ---------------------------------------------------------------------- diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go index 48ef4a0..0c7db18 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-dev" -var NewtBlinkyTag string = "develop" +var NewtVersionStr string = "Apache Newt (incubating) version: 1.0.0-rc1" +var NewtBlinkyTag string = "1_0_0_dev" var NewtNumJobs int var NewtForce bool
