Skip to content

Commit 22ef685

Browse files
committed
Merge branch 'v2.3.x-lts'
2 parents ed726c3 + e767c1d commit 22ef685

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
CasparCG 2.3.0 Stable
211
==========================================
312

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.0)
44
PROJECT ("CasparCG Server")
55
SET (CONFIG_VERSION_MAJOR 2)
66
SET (CONFIG_VERSION_MINOR 3)
7-
SET (CONFIG_VERSION_BUG 0)
7+
SET (CONFIG_VERSION_BUG 1)
88
SET (CONFIG_VERSION_TAG "Dev")
99

1010
option(ENABLE_HTML "Enable HTML module, require CEF" ON)

0 commit comments

Comments
 (0)