Skip to content

Commit fd9168c

Browse files
committed
v2.4.3-stable
1 parent e12bfcc commit fd9168c

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 3)
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)