source: trunk/GDE/SINA/builddir/include/spdlog/version.h

Last change on this file was 19170, checked in by westram, 2 years ago
  • sina source
    • unpack + remove tarball
    • no longer ignore sina builddir.
File size: 305 bytes
Line 
1//
2// Copyright(c) 2015 Gabi Melman.
3// Distributed under the MIT License (http://opensource.org/licenses/MIT)
4//
5
6#pragma once
7
8#define SPDLOG_VER_MAJOR 1
9#define SPDLOG_VER_MINOR 3
10#define SPDLOG_VER_PATCH 1
11
12#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
Note: See TracBrowser for help on using the repository browser.