diff options
Diffstat (limited to 'NorthstarDLL/include/spdlog/version.h')
-rw-r--r-- | NorthstarDLL/include/spdlog/version.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/NorthstarDLL/include/spdlog/version.h b/NorthstarDLL/include/spdlog/version.h index 828f78cb..2a6be2db 100644 --- a/NorthstarDLL/include/spdlog/version.h +++ b/NorthstarDLL/include/spdlog/version.h @@ -1,10 +1,10 @@ -// Copyright(c) 2015-present, Gabi Melman & spdlog contributors. -// Distributed under the MIT License (http://opensource.org/licenses/MIT) - -#pragma once - -#define SPDLOG_VER_MAJOR 1 -#define SPDLOG_VER_MINOR 8 -#define SPDLOG_VER_PATCH 5 - -#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH) +// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
+// Distributed under the MIT License (http://opensource.org/licenses/MIT)
+
+#pragma once
+
+#define SPDLOG_VER_MAJOR 1
+#define SPDLOG_VER_MINOR 8
+#define SPDLOG_VER_PATCH 5
+
+#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
|