From: Steinar H. Gunderson Date: Sat, 4 Jun 2022 13:17:11 +0000 (+0200) Subject: Release plocate 1.1.16. X-Git-Tag: 1.1.16 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=refs%2Ftags%2F1.1.16;p=plocate Release plocate 1.1.16. --- diff --git a/NEWS b/NEWS index 8b46094..5a7a3c0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +plocate 1.1.16, June 4th, 2022 + + - Various bugfixes. + + plocate 1.1.15, January 31st, 2022 - Various bugfixes. diff --git a/meson.build b/meson.build index 0cda239..ccd89bc 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.16-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.16') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')