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