This commit is contained in:
Bastien Nocera
2021-08-16 14:52:44 +02:00
parent f42263d434
commit 83d963b345
2 changed files with 7 additions and 1 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
3.3
---
This update fixes a bug left-over in one of the 3.2 bug fixes where some
accelerometers would fail to initialise.
3.2
---

View File

@@ -1,5 +1,5 @@
project('iio-sensor-proxy', [ 'c' ],
version: '3.2',
version: '3.3',
license: 'GPLv3+',
default_options: [
'buildtype=debugoptimized',