Skip to content

Commit ea256fd

Browse files
Frame class updated
1 parent 3a1985c commit ea256fd

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed
Binary file not shown.

README.md

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

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

7-
**v4.3.0**
7+
**v4.3.1**
88

99

1010

@@ -66,7 +66,8 @@
6666
| 4.0.3 | 01.07.2023 | - Documentation updated.<br />- Lens class comments in source code updated. |
6767
| 4.1.0 | 11.07.2023 | - Added LensParamsMask for lens params masking.<br />- encode(...) method of LensParams class updated.<br />- Documentation updated. |
6868
| 4.2.0 | 22.09.2023 | - Updated encode(...) and decode(...) methods of LensParams.<br />- Added decodeAndExecuteCommand(...) method.<br />- Added example of lens controller implementation. |
69-
| 4.3.0 | 26.09.2023 | - Updated getParams methode. |
69+
| 4.3.0 | 26.09.2023 | - Updated getParams methode. |
70+
| 4.3.1 | 13.11.2023 | - Frame class updated. |
7071

7172

7273

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
## INTERFACE-PROJECT
77
## name and version
88
###############################################################################
9-
project(Lens VERSION 4.3.0 LANGUAGES CXX)
9+
project(Lens VERSION 4.3.1 LANGUAGES CXX)
1010

1111

1212

src/LensVersion.h

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

33
#define LENS_MAJOR_VERSION 4
44
#define LENS_MINOR_VERSION 3
5-
#define LENS_PATCH_VERSION 0
5+
#define LENS_PATCH_VERSION 1
66

7-
#define LENS_VERSION "4.3.0"
7+
#define LENS_VERSION "4.3.1"

0 commit comments

Comments
 (0)