Skip to content

Commit 6bbad62

Browse files
Frame class updated
1 parent 68ce11e commit 6bbad62

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

README.md

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

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

7-
**v1.6.0**
7+
**v1.6.1**
88

99

1010

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

7071

7172

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(VSource VERSION 1.6.0 LANGUAGES CXX)
9+
project(VSource VERSION 1.6.1 LANGUAGES CXX)
1010

1111

1212

src/VSourceVersion.h

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

33
#define VSOURCE_MAJOR_VERSION 1
44
#define VSOURCE_MINOR_VERSION 6
5-
#define VSOURCE_PATCH_VERSION 0
5+
#define VSOURCE_PATCH_VERSION 1
66

7-
#define VSOURCE_VERSION "1.6.0"
7+
#define VSOURCE_VERSION "1.6.1"

0 commit comments

Comments
 (0)