]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.13. 1.1.13
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 6 Nov 2021 17:18:05 +0000 (18:18 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 6 Nov 2021 17:18:05 +0000 (18:18 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 9f2cc48588844694b500dcc35b9038b8be7ee73b..3dabd9e93dbac234cf8ea029b26baf325645df23 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+plocate 1.1.13, November 6th, 2021
+
+  - Various bugfixes.
+
+
 plocate 1.1.12, October 5th, 2021
 
   - Implement the -N/--literal option. This matches the GNU coreutils option
@@ -6,6 +11,7 @@ plocate 1.1.12, October 5th, 2021
 
   - Various bugfixes, including from Arsen Arsenović.
 
+
 plocate 1.1.11, September 5th, 2021
 
   - Fix a crash with --existing if scanning all blocks
index 8a4beafbf94468f742f0e9f235903cafd617db7d..1204252320df4db1fe4080728e68502603f504b0 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.13-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.13')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')