Repository: incubator-mynewt-newt Updated Branches: refs/heads/1_0_0_b2_dev 6620780a8 -> fdac74ff8
Update newt version and blinky tag for 1.0.0.b2 release 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/fdac74ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/fdac74ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/fdac74ff Branch: refs/heads/1_0_0_b2_dev Commit: fdac74ff83f21a11c7fbaa2e1adc2d50cbf1e612 Parents: 6620780 Author: William San Filippo <[email protected]> Authored: Fri Feb 3 14:09:19 2017 -0800 Committer: William San Filippo <[email protected]> Committed: Fri Feb 3 14:11:00 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/fdac74ff/newt/newtutil/newtutil.go ---------------------------------------------------------------------- diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go index 824e3af..c5d3957 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.b2" +var NewtBlinkyTag string = "mynewt_1_0_0_b2_rc1_tag" var NewtNumJobs int const NEWTRC_DIR string = ".newt"
