Repository: incubator-mynewt-newt Updated Branches: refs/heads/develop 34823b00a -> e322f97cd
Should not have touched the develop branch for the 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/e322f97c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/e322f97c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/e322f97c Branch: refs/heads/develop Commit: e322f97cdc16a0d38a65e174e19630f7478d7647 Parents: 34823b0 Author: William San Filippo <[email protected]> Authored: Fri Feb 3 14:32:34 2017 -0800 Committer: William San Filippo <[email protected]> Committed: Fri Feb 3 14:32:34 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/e322f97c/newt/newtutil/newtutil.go ---------------------------------------------------------------------- diff --git a/newt/newtutil/newtutil.go b/newt/newtutil/newtutil.go index c5d3957..824e3af 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-dev" +var NewtBlinkyTag string = "develop" var NewtNumJobs int const NEWTRC_DIR string = ".newt"
