Skip to content

Commit

Permalink
Update VCodec interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantRobotics committed Oct 31, 2024
1 parent 12d3e60 commit ce621ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/VCodec
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# **VStreamer interface C++ library**

**v1.1.3**
**v1.1.4**



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



Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
## LIBRARY-PROJECT
## name and version
###############################################################################
project(VStreamer VERSION 1.1.3 LANGUAGES CXX)
project(VStreamer VERSION 1.1.4 LANGUAGES CXX)



Expand Down
4 changes: 2 additions & 2 deletions src/VStreamerVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

#define VSTREAMER_MAJOR_VERSION 1
#define VSTREAMER_MINOR_VERSION 1
#define VSTREAMER_PATCH_VERSION 3
#define VSTREAMER_PATCH_VERSION 4

#define VSTREAMER_VERSION "1.1.3"
#define VSTREAMER_VERSION "1.1.4"

0 comments on commit ce621ab

Please sign in to comment.