aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.hxx')
-rw-r--r--build2/utility.hxx13
1 files changed, 12 insertions, 1 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx
index b057add..57d5f71 100644
--- a/build2/utility.hxx
+++ b/build2/utility.hxx
@@ -23,7 +23,18 @@
#include <build2/types.hxx>
#include <build2/b-options.hxx>
-#include <build2/version.hxx>
+
+// "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"
+#else
+# include <build2/version.hxx>
+#endif
namespace build2
{