From 5b3f44dea04c0a6184fe54270562471117347abe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 13:45:13 +0200 Subject: Update version-impl --- build2/version-impl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build2/version-impl b/build2/version-impl index f21a304..f4c132d 100644 --- a/build2/version-impl +++ b/build2/version-impl @@ -8,7 +8,11 @@ // a pre-generated version in distributions). // #define BUILD2_VERSION 9999999990000ULL + #define BUILD2_VERSION_STR "999.999.999" +#define BUILD2_VERSION_ID "999.999.999" + #define LIBBUTL_VERSION_STR "999.999.999" +#define LIBBUTL_VERSION_ID "999.999.999" #endif // BUILD2_VERSION -- cgit v1.1