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-25 21:34:53 +0300
committerGitHub <noreply@github.com>2021-03-25 21:34:53 +0300
commit012fe99ab1eda1255ca91163711ff917efd815d7 (patch)
treee148655f308540a6a47c961e48f77917f94d8ddf
parent8ff5a3e09604691e934bc2784c5696be91c9236f (diff)
Update version.hv1.8.4
-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 d66d8644..ff558c9d 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 3
+#define SPDLOG_VER_PATCH 4
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)