We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed726c3 + e767c1d commit 22ef685Copy full SHA for 22ef685
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+CasparCG 2.3.1 Stable
2
+==========================================
3
+
4
+### Producers
5
+##### Fixes
6
+* Flash: Use proper file urls when loading templates, to allow it to work after Flash Player EOL
7
+* FFmpeg: Various HTTP playback improvements
8
9
10
CasparCG 2.3.0 Stable
11
==========================================
12
src/CMakeLists.txt
@@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.0)
PROJECT ("CasparCG Server")
SET (CONFIG_VERSION_MAJOR 2)
SET (CONFIG_VERSION_MINOR 3)
-SET (CONFIG_VERSION_BUG 0)
+SET (CONFIG_VERSION_BUG 1)
SET (CONFIG_VERSION_TAG "Dev")
option(ENABLE_HTML "Enable HTML module, require CEF" ON)
0 commit comments