Skip to content

Commit

Permalink
CMake: Bump CMAKE_PROJECT_VERSION to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Apr 23, 2024
1 parent b155d18 commit 6dcb957
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 @@ -185,7 +185,7 @@ if(APPLE)
endif()
endif()

project(mixxx VERSION 2.4.0)
project(mixxx VERSION 2.4.1)
enable_language(C CXX)
# Work around missing version suffixes support https://gitlab.kitware.com/cmake/cmake/-/issues/16716
set(MIXXX_VERSION_PRERELEASE "") # set to "alpha" "beta" or ""
Expand Down

0 comments on commit 6dcb957

Please sign in to comment.