Update common.h

Updated spdlog version macro to 0.16.4-rc
This commit is contained in:
Gabi Melman 2018-03-09 23:26:28 +02:00 committed by GitHub
parent 1946818292
commit 650daf7542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#pragma once
#define SPDLOG_VERSION "0.16.3"
#define SPDLOG_VERSION "0.16.4-rc"
#include "tweakme.h"