summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-04 00:15:58 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-11 13:23:48 +0200
commitcfce002067348ec4fc9ef77d9f274a71739ee25a (patch)
tree4b13e5df97baf3ef777fbc687de8027d5b46b9e8 /CMakeLists.txt
parent91cdfce6cc193ee20f704db4e83cb08e10e741b1 (diff)
CMake: Bump CMAKE_PROJECT_VERSION to 2.4
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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.")