diff options
Diffstat (limited to 'core/version.hh')
| -rw-r--r-- | core/version.hh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/version.hh b/core/version.hh deleted file mode 100644 index 50f128a..0000000 --- a/core/version.hh +++ /dev/null @@ -1,14 +0,0 @@ -#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
|
