summaryrefslogtreecommitdiffstats
path: root/core/version.hh
blob: fc3337461dca2a5df43ed4a25a4fe847bda7fd8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

namespace version
{
extern const unsigned long major;
extern const unsigned long minor;
extern const unsigned long patch;
} // namespace version

namespace version
{
extern const std::string_view commit;
extern const std::string_view semver;
} // namespace version