Skip to content

Commit

Permalink
bump version number to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Jul 20, 2021
1 parent db1bc03 commit 61ed2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/spdlog/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#pragma once

#define SPDLOG_VER_MAJOR 1
#define SPDLOG_VER_MINOR 8
#define SPDLOG_VER_PATCH 6
#define SPDLOG_VER_MINOR 9
#define SPDLOG_VER_PATCH 0

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

0 comments on commit 61ed2a6

Please sign in to comment.