Skip to content

Commit 34ebd99

Browse files
Frame class updated
1 parent e347576 commit 34ebd99

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
# **VTracker interface C++ library**
66

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

99

1010

@@ -57,6 +57,7 @@
5757
| 1.1.0 | 10.08.2023 | - Data structures updated. |
5858
| 1.2.0 | 24.09.2023 | - Updated encode(...) and decode(...) methods of VTrackerParams.<br />- Added decodeAndExecuteCommand(...) method.<br />- Added example of video tracker implementation. |
5959
| 1.3.0 | 26.09.2023 | - Signature of getParams(...) method changed. |
60+
| 1.3.1 | 13.11.2023 | - Frame class updated. |
6061

6162

6263

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(VTracker VERSION 1.3.0 LANGUAGES CXX)
9+
project(VTracker VERSION 1.3.1 LANGUAGES CXX)
1010

1111

1212

src/VTrackerVersion.h

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

33
#define VTRACKER_MAJOR_VERSION 1
44
#define VTRACKER_MINOR_VERSION 3
5-
#define VTRACKER_PATCH_VERSION 0
5+
#define VTRACKER_PATCH_VERSION 1
66

7-
#define VTRACKER_VERSION "1.3.0"
7+
#define VTRACKER_VERSION "1.3.1"

0 commit comments

Comments
 (0)