From 7e5defd4e7e075cb9226e7d2d9a80f943c482d11 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 21 Nov 2022 18:26:34 +0100 Subject: [PATCH] Release plocate 1.1.17. --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5a7a3c0..11d8767 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +plocate 1.1.7, November 21st, 2022 + + - Return 1 if no matches were found. Patch by Clément Pit-Claudel. + + - Various portability patches, thanks to Maciej Adamczyk, + Alfred Persson Forsberg, and the Alpine Linux packaging. + + plocate 1.1.16, June 4th, 2022 - Various bugfixes. diff --git a/meson.build b/meson.build index faf42b1..e2856a7 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.17-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.17') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp') -- 2.39.2