From: Steinar H. Gunderson Date: Sat, 12 Jun 2021 12:27:21 +0000 (+0200) Subject: Release plocate 1.1.8. X-Git-Tag: 1.1.8^0 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1a46a68d83902a0f2211ce2597a4208192a90b50;hp=c85b76d17db17cb83b3d2aacfb0dda7edaa92f77;p=plocate Release plocate 1.1.8. --- diff --git a/NEWS b/NEWS index 46ace18..0a75d59 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +plocate 1.1.8, June 12th, 2021 + + - Various bugfixes. + + plocate 1.1.7, April 7th, 2021 - Correct randomization of updatedb systemd unit start time. diff --git a/meson.build b/meson.build index cac3697..39ac819 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.8-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.8') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')