summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-04-16 18:33:20 +0200
committerGitHub <noreply@github.com>2021-04-16 18:33:20 +0200
commitea437520617818b4784fae78be091e21e11997f2 (patch)
tree1a66dc92bf802bff2817a70e6aa71c0ff8349a5f
parent9744e5a4f840aad0fa8876f93222bd08cbb0fc79 (diff)
parentcfce002067348ec4fc9ef77d9f274a71739ee25a (diff)
Merge pull request #3765 from Holzhaus/cmake-project-version-2.4
CMake: Bump CMAKE_PROJECT_VERSION to 2.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8a62653fc..20df0db02c 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.")