Skip to content

Commit

Permalink
Merge pull request #3765 from Holzhaus/cmake-project-version-2.4
Browse files Browse the repository at this point in the history
CMake: Bump CMAKE_PROJECT_VERSION to 2.4
  • Loading branch information
uklotzde authored Apr 16, 2021
2 parents 9744e5a + cfce002 commit ea43752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit ea43752

Please sign in to comment.