aboutsummaryrefslogtreecommitdiff
path: root/libbrep/common.cxx
blob: 2e9ff3422b8440ba23fc84c260a671209a48410a (plain)
1
2
3
4
5
6
7
8
9
// file      : libbrep/common.cxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#include <libbrep/common.hxx>

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