From cbb59d15679cdca046615c19ebf8fee40b7fc599 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 13:33:52 +0200 Subject: Fix fake version file --- build2/version-impl | 5 +++-- 1 file 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 -- cgit v1.1