]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.16. 1.1.16
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 4 Jun 2022 13:17:11 +0000 (15:17 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 4 Jun 2022 13:17:11 +0000 (15:17 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 8b46094bab86bbcbb4323109eeeef8f43eb36993..5a7a3c037a5987fa02f00721abbd334d56bc2545 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+plocate 1.1.16, June 4th, 2022
+
+  - Various bugfixes.
+
+
 plocate 1.1.15, January 31st, 2022
 
   - Various bugfixes.
index 0cda2398f7b4007cb6154b8012f9d5213e9dba75..ccd89bc2be6f0be447694cc260a00ebaa8c029eb 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.16-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.16')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')