From 6f6127cbb640a8549eb971aa73d6fe8543d3c40b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 12 Jun 2018 16:05:45 +0200 Subject: [PATCH] 0.8.1 --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e4a2ef8e..9291089b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ This file lists notable changes in each release. For the full history of all 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 - Port to meson as the build system - Port documentation to gtk-doc diff --git a/meson.build b/meson.build index 62e69e63..088bd112 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '0.8.0', + version: '0.8.1', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',