From: Steinar H. Gunderson Date: Mon, 31 Jan 2022 20:29:10 +0000 (+0100) Subject: Release plocate 1.1.15. X-Git-Tag: 1.1.15 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=refs%2Ftags%2F1.1.15 Release plocate 1.1.15. --- diff --git a/NEWS b/NEWS index 0a1dd43..8b46094 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +plocate 1.1.15, January 31st, 2022 + + - Various bugfixes. + + plocate 1.1.14, December 27th, 2021 - Add an option --add-single-prunepath. diff --git a/meson.build b/meson.build index 7f47516..2a7d20c 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.15-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.15') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')