From cfce002067348ec4fc9ef77d9f274a71739ee25a Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Sun, 4 Apr 2021 00:15:58 +0200 Subject: CMake: Bump CMAKE_PROJECT_VERSION to 2.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a0502b5db..8e632387f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ if(POLICY CMP0071) cmake_policy(SET CMP0071 NEW) endif() -project(mixxx VERSION 2.3.0) +project(mixxx VERSION 2.4.0) set(CMAKE_PROJECT_HOMEPAGE_URL "https://www.mixxx.org") set(CMAKE_PROJECT_DESCRIPTION "Mixxx is Free DJ software that gives you everything you need to perform live mixes.") -- cgit v1.2.3