Sha256: f58a2bc231fc1c4437fd35b17b8160910bc14d599e21a74ae52ee5f027ac0aae
Contents?: true
Size: 330 Bytes
Versions: 7
Compression:
Stored size: 330 Bytes
Contents
// 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 9 #define SPDLOG_VER_PATCH 2 #define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
Version data entries
7 entries across 7 versions & 1 rubygems