File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 44
55# ** PanTilt C++ library**
66
7- ** v1.1.0 **
7+ ** v1.1.1 **
88
99
1010
5959| 1.0.2 | 24.05.2024 | - Documentation updated. |
6060| 1.0.3 | 10.06.2024 | - Fix version error in decodeCommand method. |
6161| 1.1.0 | 24.07.2024 | - Interface changed.<br />- CMake updated.<br />- Mistakes in documentation fixed. |
62+ | 1.1.1 | 03.09.2024 | - Documentation updated.<br /> |
6263
6364
6465
@@ -179,7 +180,7 @@ std::cout << "PanTilt version: " << cr::pantilt::PanTilt::getVersion();
179180Console output:
180181
181182``` bash
182- PanTilt class version: 1.1.0
183+ PanTilt class version: 1.1.1
183184```
184185
185186
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.13)
66## INTERFACE-PROJECT
77## name and version
88###############################################################################
9- project (PanTilt VERSION 1.1.0 LANGUAGES CXX )
9+ project (PanTilt VERSION 1.1.1 LANGUAGES CXX )
1010
1111
1212
Original file line number Diff line number Diff line change 22
33#define PAN_TILT_MAJOR_VERSION 1
44#define PAN_TILT_MINOR_VERSION 1
5- #define PAN_TILT_PATCH_VERSION 0
5+ #define PAN_TILT_PATCH_VERSION 1
66
7- #define PAN_TILT_VERSION "1.1.0 "
7+ #define PAN_TILT_VERSION "1.1.1 "
You can’t perform that action at this time.
0 commit comments