diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-11 14:18:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-11 14:18:19 +0200 |
commit | e563ca54ae405785b69bd132229b4b9ee441b0a5 (patch) | |
tree | c54b42fd30cc24869ff3740589557a6339e8fa1b | |
parent | aa82ee7b030b9c20ea557bdfb195cd1ab7df57ce (diff) |
Change build.version.stage to falsev0.8.0
-rw-r--r-- | build2/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/context.cxx b/build2/context.cxx index a8cf042..9579c32 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -483,7 +483,7 @@ namespace build2 // can teach the version module to extract it, and we can also set it // for the other packages in the toolchain. // - set ("build.version.stage", true); + set ("build.version.stage", false); } // Enter the host information. Rather than jumping through hoops like |