Skip to content

Commit

Permalink
updated version number to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed May 21, 2018
1 parent dc328de commit 560df28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

cmake_minimum_required(VERSION 3.1)
project(spdlog VERSION 0.16.3 LANGUAGES CXX)
project(spdlog VERSION 0.17.0 LANGUAGES CXX)
include(CTest)
include(CMakeDependentOption)
include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#pragma once

#define SPDLOG_VERSION "0.16.4-rc"
#define SPDLOG_VERSION "0.17.0"

#include "tweakme.h"

Expand Down

0 comments on commit 560df28

Please sign in to comment.