From 607e238698c069dda493c2ad7ec063e409f0701b Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 23 Sep 2019 19:02:33 +0200 Subject: [PATCH] Version bump 0.7.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b712032..115dce3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(identiconpp - VERSION 0.7.0 + VERSION 0.7.1 LANGUAGES CXX) # DESCRIPTION was introduced in version 3.9. if(NOT (${CMAKE_VERSION} VERSION_LESS 3.9))