Version bump 0.7.5
continuous-integration/drone/push Build is passing Details

Also bumped the maximum supported CMake version while I was in the file.
This commit is contained in:
tastytea 2021-11-26 04:51:31 +01:00
parent 3433f88dcc
commit 41abb50563
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -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)