From 3977ca3309d861be83059d4c76fc87c3adc4316c Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 16 Aug 2019 18:01:29 +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 fb98630..0fa3d97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(remwharead - 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))