diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 13:45:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 13:45:13 +0200 |
commit | 5b3f44dea04c0a6184fe54270562471117347abe (patch) | |
tree | 29d8c6684241e3236df56e807271342515ac923d | |
parent | f7b3e6be7040ddc65109b3b889623f33658f59b7 (diff) |
Update version-impl
-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 |