diff options
-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 |