Skip to content

Commit

Permalink
Update spdlog version to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Apr 30, 2024
1 parent 22b0f4f commit 2122eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spdlog/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 14
#define SPDLOG_VER_PATCH 0
#define SPDLOG_VER_PATCH 1

#define SPDLOG_TO_VERSION(major, minor, patch) (major * 10000 + minor * 100 + patch)
#define SPDLOG_VERSION SPDLOG_TO_VERSION(SPDLOG_VER_MAJOR, SPDLOG_VER_MINOR, SPDLOG_VER_PATCH)

0 comments on commit 2122eb2

Please sign in to comment.