Skip to content

Commit ce621ab

Browse files
Update VCodec interface
1 parent 12d3e60 commit ce621ab

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

3rdparty/VCodec

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# **VStreamer interface C++ library**
66

7-
**v1.1.3**
7+
**v1.1.4**
88

99

1010

@@ -56,6 +56,7 @@
5656
| 1.1.1 | 20.03.2024 | - VCodec class updated.<br />- VOverlay class updated.<br />- Frame subrepository excluded.<br />- Documentation updated. |
5757
| 1.1.2 | 21.05.2024 | - Submodules updated.<br />- Documentation updated. |
5858
| 1.1.3 | 10.07.2024 | - Submodules updated.<br />- CMake updated. |
59+
| 1.1.4 | 31.10.2024 | - Update VCodec interface. |
5960

6061

6162

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
66
## LIBRARY-PROJECT
77
## name and version
88
###############################################################################
9-
project(VStreamer VERSION 1.1.3 LANGUAGES CXX)
9+
project(VStreamer VERSION 1.1.4 LANGUAGES CXX)
1010

1111

1212

src/VStreamerVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
#define VSTREAMER_MAJOR_VERSION 1
44
#define VSTREAMER_MINOR_VERSION 1
5-
#define VSTREAMER_PATCH_VERSION 3
5+
#define VSTREAMER_PATCH_VERSION 4
66

7-
#define VSTREAMER_VERSION "1.1.3"
7+
#define VSTREAMER_VERSION "1.1.4"

0 commit comments

Comments
 (0)