aboutsummaryrefslogtreecommitdiff
path: root/build2/version/module.cxx
blob: 7f9a173fa3eaa0490c3ddd4dd3d7609931cec29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : build2/version/module.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#include <build2/version/module.hxx>

using namespace std;

namespace build2
{
  namespace version
  {
    const string module::name ("version");
  }
}