aboutsummaryrefslogtreecommitdiff
path: root/brep/common.cxx
blob: 4847977d71d1ccbc318c85ad1e832331c1096178 (plain)
1
2
3
4
5
6
7
8
9
10
// file      : brep/common.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#include <brep/common>

namespace brep
{
  const version wildcard_version (0, "0", nullopt, 0);
}