aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-23 21:26:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-24 15:21:13 +0300
commit3e8422fe4f999c39d0a77f77e037ae31df3c2f9d (patch)
tree429d8ade7e3aed07cc3b747e1cbf18d0c46a7a38 /build2/utility.hxx
parent796dc21edf3031223bbca12e568548ae048c30c5 (diff)
Adapt to increasing standard version major, minor, and patch max values up to 99999
Diffstat (limited to 'build2/utility.hxx')
-rw-r--r--build2/utility.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx
index 41020ac..0f7e521 100644
--- a/build2/utility.hxx
+++ b/build2/utility.hxx
@@ -26,11 +26,11 @@
// "Fake" version values used during bootstrap.
//
#ifdef BUILD2_BOOTSTRAP
-# 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"
+# define BUILD2_VERSION 9999999999999990000ULL
+# define BUILD2_VERSION_STR "99999.99999.99999"
+# define BUILD2_VERSION_ID "99999.99999.99999"
+# define LIBBUTL_VERSION_STR "99999.99999.99999"
+# define LIBBUTL_VERSION_ID "99999.99999.99999"
#else
# include <build2/version.hxx>
#endif