]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.15. 1.1.15
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 31 Jan 2022 20:29:10 +0000 (21:29 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 31 Jan 2022 20:29:10 +0000 (21:29 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 0a1dd4303310e5cda5571c4209f60d40b4994c4b..8b46094bab86bbcbb4323109eeeef8f43eb36993 100644 (file)
--- 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.
index 7f4751660b8e8ec39df8a7e5d1b54e8299c83b5b..2a7d20c7b24736e7d837419e4243f14001bdf1e9 100644 (file)
@@ -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')