From 52c9fc72267d99b8e4a6a2d86936b1e6ca654732 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 23 Aug 2021 22:02:36 +0200 Subject: [PATCH] Release plocate 1.1.10. --- NEWS | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0ff2687..919adef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +plocate 1.1.10, August 23rd, 2021 + + - Various bugfixes, including from the Void Linux repository + and from Arsen Arsenović. + + plocate 1.1.9, August 18th, 2021 - Support the -e (--existing) option from mlocate. diff --git a/meson.build b/meson.build index c0fc531..d468d29 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.9') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.10') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp') -- 2.39.2