blob: 4c8904d8b4916dc353d7a615c322e0efcee93346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// file : libbuild2/version/module.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
#include <libbuild2/version/module.hxx>
using namespace std;
namespace build2
{
namespace version
{
const string module::name ("version");
}
}
|