blob: b2429a63d9f318d2c6a8778442ffb7c94f174938 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// file : libbrep/common.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/common.hxx>
namespace brep
{
const version wildcard_version (0, "0", nullopt, nullopt, 0);
}
|