From 1724c6d944c7ed9a18cf1ff5abdec7a7cf58e2dd Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Sep 2019 19:10:22 +0200 Subject: [PATCH] Version bump 0.7.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3fdc05..beedbb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(identiconpp - VERSION 0.6.1 + VERSION 0.7.0 LANGUAGES CXX) # DESCRIPTION was introduced in version 3.9. if(NOT (${CMAKE_VERSION} VERSION_LESS 3.9))