Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit eb68607

Browse files
committed
new version number
1 parent c0c3816 commit eb68607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver/src/sick_generic_caller.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@
104104
// 001.003.017: May 2019 stability issues, scan rate and angular resolution settings added
105105
// 001.003.018: May 2019 LMS1000 Min/Max angel settings added and tested
106106
// 001.003.020: May 2019 Bloom process prepared
107+
// 001.003.022: Sep 2019 LMS 4xxx added
107108
#define SICK_GENERIC_MAJOR_VER "001"
108109
#define SICK_GENERIC_MINOR_VER "003"
109-
#define SICK_GENERIC_PATCH_LEVEL "020"
110+
#define SICK_GENERIC_PATCH_LEVEL "022"
110111

111112
#include <algorithm> // for std::min
112113

0 commit comments

Comments
 (0)