From 6df8d61f7a6fa66299f3fd687dcd174af41262be Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 May 2018 13:04:43 +0200 Subject: Add missing build2/version/utility.?xx files --- build2/version/utility.hxx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 build2/version/utility.hxx (limited to 'build2/version/utility.hxx') diff --git a/build2/version/utility.hxx b/build2/version/utility.hxx new file mode 100644 index 0000000..c373f6c --- /dev/null +++ b/build2/version/utility.hxx @@ -0,0 +1,25 @@ +// file : build2/version/utility.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#ifndef BUILD2_VERSION_UTILITY_HXX +#define BUILD2_VERSION_UTILITY_HXX + +#include +#include + +#include + +namespace build2 +{ + namespace version + { + // Re-serialize the manifest fixing up the version. Note that this will + // not preserve comments. Probably acceptable for snapshots. + // + auto_rmfile + fixup_manifest (const path& in, path out, const standard_version&); + } +} + +#endif // BUILD2_VERSION_UTILITY_HXX -- cgit v1.1