This commit is contained in:
Bastien Nocera
2021-08-15 00:30:39 +02:00
parent 93a10cd84d
commit b6c4c7ccb7
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@@ -1,3 +1,11 @@
3.2
---
This update fixes a number of problems new to 3.1 where we started initialising
internationalisation support in the daemon, and caused problems parsing
numbers with decimal separator. This update also requires an updated
version of libgudev to fix one of the bugs uncovered.
3.1
---

View File

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