We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0733f0f commit 1e25c7aCopy full SHA for 1e25c7a
src/CMakeLists.txt
@@ -5,7 +5,7 @@ PROJECT ("CasparCG Server")
5
SET (CONFIG_VERSION_MAJOR 2)
6
SET (CONFIG_VERSION_MINOR 4)
7
SET (CONFIG_VERSION_BUG 0)
8
-SET (CONFIG_VERSION_TAG "Dev")
+SET (CONFIG_VERSION_TAG "Stable")
9
10
set(CASPARCG_DOWNLOAD_MIRROR https://github.com/CasparCG/dependencies/releases/download/ CACHE STRING "Source/mirror to use for external dependencies")
11
set(CASPARCG_DOWNLOAD_CACHE ${CMAKE_CURRENT_BINARY_DIR}/external CACHE STRING "Download cache directory for cmake ExternalProjects")
0 commit comments