From aa1e7156e1ee05a2e30533e041cf53fb5c136521 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 13:19:53 +0200 Subject: Add bootstrap version-impl --- build2/version-impl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 build2/version-impl (limited to 'build2') diff --git a/build2/version-impl b/build2/version-impl new file mode 100644 index 0000000..1786c8b --- /dev/null +++ b/build2/version-impl @@ -0,0 +1,13 @@ +// file : build2/version-impl -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BUILD2_VERSION // Note: using the version macro itself. + +// This is a "fake" version used to bootstrap from the repository (we include +// a pre-generated version in distributions). +// +#define BUILD2_VERSION 9999999990000ULL +#define BUILD2_VERSION_STR "999.999.999" + +#endif // BUILD2_VERSION -- cgit v1.1