We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56f4cd + 6603d6f commit 5f1dd8dCopy full SHA for 5f1dd8d
CMakeLists.txt
@@ -60,7 +60,7 @@ endif()
60
61
project(mixxx VERSION 2.3.0)
62
# Work around missing version suffixes support https://gitlab.kitware.com/cmake/cmake/-/issues/16716
63
-set(MIXXX_VERSION_PRERELEASE "beta") # set to "alpha-pre" "beta" or ""
+set(MIXXX_VERSION_PRERELEASE "") # set to "alpha-pre" "beta" or ""
64
65
set(CMAKE_PROJECT_HOMEPAGE_URL "https://www.mixxx.org")
66
set(CMAKE_PROJECT_DESCRIPTION "Mixxx is Free DJ software that gives you everything you need to perform live mixes.")
0 commit comments