Skip to content

Commit c08b01f

Browse files
committed
v5.0.2
1 parent 4c8be59 commit c08b01f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Wed Aug 23 2023 - 5.0.2
2+
- Minor search fix
3+
- Longer search by default
14
# Tue Aug 8 2023 - 5.0.0
25
- Automatic ir camera detection
36
- Automatic ir emitter configuration

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'linux-enable-ir-emitter',
33
'cpp',
4-
version: '5.0.0',
4+
version: '5.0.2',
55
license: 'MIT',
66
default_options: [
77
'prefix=/usr',
@@ -118,7 +118,6 @@ install_data(
118118

119119
install_data(
120120
'LICENSE',
121-
'README.md',
122121
install_dir : lib_dir,
123122
)
124123

0 commit comments

Comments
 (0)