From 41abb505637ec56cf9b63023e2902c4ca6ca9b4a Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 26 Nov 2021 04:51:31 +0100 Subject: [PATCH] Version bump 0.7.5 Also bumped the maximum supported CMake version while I was in the file. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68a8241..1fe99a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ -cmake_minimum_required(VERSION 3.10...3.17) +cmake_minimum_required(VERSION 3.10...3.20) project(libravatarserv - VERSION 0.7.4 + VERSION 0.7.5 DESCRIPTION "A simple libravatar server." LANGUAGES CXX)