From 387630e81462108371fad4d87caf46baad89d462 Mon Sep 17 00:00:00 2001 From: kraxarn Date: Tue, 12 Jul 2022 21:37:50 +0200 Subject: [PATCH] v3.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4173755b0..8f1179f56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(spotify-qt LANGUAGES CXX VERSION 3.8) +project(spotify-qt LANGUAGES CXX VERSION 3.9) set(CMAKE_INCLUDE_CURRENT_DIR ON)