Skip to content

Commit 8093165

Browse files
committed
v2.4.2-stable
1 parent 80d8b6d commit 8093165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.16)
44
PROJECT ("CasparCG Server")
55
SET (CONFIG_VERSION_MAJOR 2)
66
SET (CONFIG_VERSION_MINOR 4)
7-
SET (CONFIG_VERSION_BUG 0)
8-
SET (CONFIG_VERSION_TAG "Dev")
7+
SET (CONFIG_VERSION_BUG 2)
8+
SET (CONFIG_VERSION_TAG "Stable")
99

1010
# support for language servers (eg, clangd or ccls)
1111
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)