We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ffe52 commit 12b4320Copy full SHA for 12b4320
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 "RC1")
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