summaryrefslogtreecommitdiff
path: root/matching/include/spdlog/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'matching/include/spdlog/version.h')
-rw-r--r--matching/include/spdlog/version.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/matching/include/spdlog/version.h b/matching/include/spdlog/version.h
deleted file mode 100644
index 87a68bd..0000000
--- a/matching/include/spdlog/version.h
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-// Copyright(c) 2015 Gabi Melman.
-// Distributed under the MIT License (http://opensource.org/licenses/MIT)
-//
-
-#pragma once
-
-#define SPDLOG_VER_MAJOR 1
-#define SPDLOG_VER_MINOR 3
-#define SPDLOG_VER_PATCH 1
-
-#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)