Skip to content

Commit

Permalink
Frame class updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantRobotics committed Nov 13, 2023
1 parent 68ce11e commit 6bbad62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/Frame
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# **VSource interface C++ library**

**v1.6.0**
**v1.6.1**



Expand Down Expand Up @@ -66,6 +66,7 @@
| 1.4.0 | 11.07.2023 | - Added VSourceParamsMask structure.<br />- Added params mask in encode(...) method of VSourceParams class. |
| 1.5.0 | 22.09.2023 | - Updated encode(...) and decode(...) methods of VSourceParams.<br />- Added decodeAndExecuteCommand(...) method.<br />- Added example of video source implementation. |
| 1.6.0 | 26.09.2023 | - Signature of getParams(...) method changed. |
| 1.6.1 | 13.11.2023 | - Frame class updated. |



Expand Down
Binary file not shown.
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(VSource VERSION 1.6.0 LANGUAGES CXX)
project(VSource VERSION 1.6.1 LANGUAGES CXX)



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

#define VSOURCE_MAJOR_VERSION 1
#define VSOURCE_MINOR_VERSION 6
#define VSOURCE_PATCH_VERSION 0
#define VSOURCE_PATCH_VERSION 1

#define VSOURCE_VERSION "1.6.0"
#define VSOURCE_VERSION "1.6.1"

0 comments on commit 6bbad62

Please sign in to comment.