From 1a46a68d83902a0f2211ce2597a4208192a90b50 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 12 Jun 2021 14:27:21 +0200 Subject: [PATCH] Release plocate 1.1.8. --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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') -- 2.39.2