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, 12 insertions, 0 deletions
diff --git a/matching/include/spdlog/version.h b/matching/include/spdlog/version.h
new file mode 100644
index 0000000..87a68bd
--- /dev/null
+++ b/matching/include/spdlog/version.h
@@ -0,0 +1,12 @@
+//
+// 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)