diff options
-rw-r--r-- | build2/version-impl | 4 |
1 files changed, 4 insertions, 0 deletions
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 |