diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 13:33:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 13:33:52 +0200 |
commit | cbb59d15679cdca046615c19ebf8fee40b7fc599 (patch) | |
tree | 16496f2b40937d1fc125c2e0d3f4d1587fb49d04 | |
parent | aa1e7156e1ee05a2e30533e041cf53fb5c136521 (diff) |
Fix fake version file
-rw-r--r-- | build2/version-impl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/version-impl b/build2/version-impl index 1786c8b..f21a304 100644 --- a/build2/version-impl +++ b/build2/version-impl @@ -7,7 +7,8 @@ // This is a "fake" version used to bootstrap from the repository (we include // a pre-generated version in distributions). // -#define BUILD2_VERSION 9999999990000ULL -#define BUILD2_VERSION_STR "999.999.999" +#define BUILD2_VERSION 9999999990000ULL +#define BUILD2_VERSION_STR "999.999.999" +#define LIBBUTL_VERSION_STR "999.999.999" #endif // BUILD2_VERSION |