This commit is contained in:
Bastien Nocera 2018-06-12 16:05:45 +02:00
parent e1d85fb636
commit 6f6127cbb6
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -1,6 +1,10 @@
This file lists notable changes in each release. For the full history of all This file lists notable changes in each release. For the full history of all
changes, see ChangeLog. changes, see ChangeLog.
2018-06-12: v0.8.1 release
- Brown paperbag release to install the udev rules file in the correct
directory if the udev pkg-config file doesn't have a trailing slash
2018-06-12: v0.8.0 release 2018-06-12: v0.8.0 release
- Port to meson as the build system - Port to meson as the build system
- Port documentation to gtk-doc - Port documentation to gtk-doc

View file

@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ], project('libfprint', [ 'c', 'cpp' ],
version: '0.8.0', version: '0.8.1',
license: 'LGPLv2.1+', license: 'LGPLv2.1+',
default_options: [ default_options: [
'buildtype=debugoptimized', 'buildtype=debugoptimized',