Skip to content

Commit

Permalink
Updated version to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KazDragon authored Aug 22, 2017
1 parent 9852d6d commit 55bb85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
project(TERMINALPP VERSION 1.2.5)
project(TERMINALPP VERSION 1.2.6)
else()
project(TERMINALPP)
endif()
Expand Down Expand Up @@ -56,7 +56,7 @@ if (TERMINALPP_COVERAGE)
list(APPEND CMAKE_EXE_LINKER_FLAGS "--coverage")
endif()

set (TERMINALPP_VERSION 1.2.5)
set (TERMINALPP_VERSION 1.2.6)

set(TERMINALPP_CORE_SOURCE_FILES
src/ansi/charset.cpp
Expand Down

0 comments on commit 55bb85f

Please sign in to comment.