diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 10:19:17 +0200 |
commit | f1e4a38bd6818f49901cdc8348f5c7bd6d8cfd3f (patch) | |
tree | 177fea8f361010a926059205e974c8abb429de36 /libbuild2 | |
parent | ec15b94f42c911665aa8a621aca52e99ce70ad7a (diff) |
Change version to 0.17.0-a.0.z
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/config.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config.hxx.in b/libbuild2/config.hxx.in index 17ca6cc..9a2e01f 100644 --- a/libbuild2/config.hxx.in +++ b/libbuild2/config.hxx.in @@ -18,7 +18,7 @@ // toolchain. Bootstrap will be a problem though. (Maybe set it to nullptr and // say that it shall not be queried?) // -#define LIBBUILD2_STAGE false +#define LIBBUILD2_STAGE true // Modification time sanity checks are by default only enabled for the staged // version unless we are on Windows (which is known not to guarantee |