Skip to content

Commit

Permalink
Raise version number to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Feb 23, 2021
1 parent e9dd9be commit 323b9ba
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 @@ -11,7 +11,7 @@

cmake_minimum_required(VERSION 3.0.0)

project(aixlog VERSION 1.4.0 LANGUAGES CXX)
project(aixlog VERSION 1.5.0 LANGUAGES CXX)
set(PROJECT_DESCRIPTION "Header-only C++ logging library")
set(PROJECT_URL "https://github.com/badaix/aixlog")

Expand Down
2 changes: 1 addition & 1 deletion include/aixlog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/ _\ ( )( \/ )( ) / \ / __)
/ \ )( ) ( / (_/\( O )( (_ \
\_/\_/(__)(_/\_)\____/ \__/ \___/
version 1.4.0
version 1.5.0
https://github.com/badaix/aixlog
This file is part of aixlog
Expand Down

0 comments on commit 323b9ba

Please sign in to comment.