Skip to content

Commit 9db598f

Browse files
Update documentation
1 parent 6e17e80 commit 9db598f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

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

55
# **PanTilt C++ library**
66

7-
**v1.1.0**
7+
**v1.1.1**
88

99

1010

@@ -59,6 +59,7 @@
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();
179180
Console output:
180181

181182
```bash
182-
PanTilt class version: 1.1.0
183+
PanTilt class version: 1.1.1
183184
```
184185

185186

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(PanTilt VERSION 1.1.0 LANGUAGES CXX)
9+
project(PanTilt VERSION 1.1.1 LANGUAGES CXX)
1010

1111

1212

src/PanTiltVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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"

0 commit comments

Comments
 (0)