Skip to content

Commit c83c9a3

Browse files
committed
Version 1.2.0
1 parent 410c46f commit c83c9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
cmake_minimum_required(VERSION 3.1)
7-
project(spdlog VERSION 1.1.0 LANGUAGES CXX)
7+
project(spdlog VERSION 1.2.0 LANGUAGES CXX)
88
include(CTest)
99
include(CMakeDependentOption)
1010
include(GNUInstallDirs)

include/spdlog/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#pragma once
77

88
#define SPDLOG_VER_MAJOR 1
9-
#define SPDLOG_VER_MINOR 1
9+
#define SPDLOG_VER_MINOR 2
1010
#define SPDLOG_VER_PATCH 0
1111

1212
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)

0 commit comments

Comments
 (0)