Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2021-03-24 22:49:10 +0300
committerGitHub <noreply@github.com>2021-03-24 22:49:10 +0300
commit53e1c9ab112aa97062ba3df8fede91c3acd248d5 (patch)
tree06b3293a7297eb74371f8d134c152f42a430234e
parent410abc4626cfad73970ad357dcb46072fddd899c (diff)
Update version number to 1.8.3v1.8.3
-rw-r--r--include/spdlog/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spdlog/version.h b/include/spdlog/version.h
index b4860548..d66d8644 100644
--- a/include/spdlog/version.h
+++ b/include/spdlog/version.h
@@ -5,6 +5,6 @@
#define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 8
-#define SPDLOG_VER_PATCH 2
+#define SPDLOG_VER_PATCH 3
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)