aboutsummaryrefslogtreecommitdiff
path: root/build2/version/module.cxx
blob: acc629a4f1ba81481068d1b461964226da98733f (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-2017 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");
  }
}