From 9070f154a462abab5edca7b9050ce4f4893d3999 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 24 Oct 2020 11:30:43 +0200 Subject: [PATCH] Version bump 0.7.3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e62b5ea..c2479c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(identiconpp - VERSION 0.7.2 + VERSION 0.7.3 LANGUAGES CXX) # DESCRIPTION was introduced in version 3.9. if(NOT (${CMAKE_VERSION} VERSION_LESS 3.9))