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 e347576 commit 34ebd99
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 @@

# **VTracker interface C++ library**

**v1.3.0**
**v1.3.1**



Expand Down Expand Up @@ -57,6 +57,7 @@
| 1.1.0 | 10.08.2023 | - Data structures updated. |
| 1.2.0 | 24.09.2023 | - Updated encode(...) and decode(...) methods of VTrackerParams.<br />- Added decodeAndExecuteCommand(...) method.<br />- Added example of video tracker implementation. |
| 1.3.0 | 26.09.2023 | - Signature of getParams(...) method changed. |
| 1.3.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(VTracker VERSION 1.3.0 LANGUAGES CXX)
project(VTracker VERSION 1.3.1 LANGUAGES CXX)



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

#define VTRACKER_MAJOR_VERSION 1
#define VTRACKER_MINOR_VERSION 3
#define VTRACKER_PATCH_VERSION 0
#define VTRACKER_PATCH_VERSION 1

#define VTRACKER_VERSION "1.3.0"
#define VTRACKER_VERSION "1.3.1"

0 comments on commit 34ebd99

Please sign in to comment.