Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantRobotics committed May 24, 2024
1 parent 4b16e02 commit 49a079f
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 73 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/ConfigReader
Binary file removed PanTilt_interface_C++_library_v1.0.0.pdf
Binary file not shown.
Binary file removed PanTilt_interface_C++_library_v1.0.1.pdf
Binary file not shown.
Binary file added PanTilt_interface_C++_library_v1.0.2.pdf
Binary file not shown.
101 changes: 32 additions & 69 deletions README.md

Large diffs are not rendered by default.

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)
## INTERFACE-PROJECT
## name and version
###############################################################################
project(PanTilt VERSION 1.0.0 LANGUAGES CXX)
project(PanTilt VERSION 1.0.2 LANGUAGES CXX)



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

#define PAN_TILT_MAJOR_VERSION 1
#define PAN_TILT_MINOR_VERSION 0
#define PAN_TILT_PATCH_VERSION 0
#define PAN_TILT_PATCH_VERSION 2

#define PAN_TILT_VERSION "1.0.0"
#define PAN_TILT_VERSION "1.0.2"
File renamed without changes

0 comments on commit 49a079f

Please sign in to comment.