]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.5. 1.1.5
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 24 Feb 2021 18:14:11 +0000 (19:14 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 24 Feb 2021 18:14:11 +0000 (19:14 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index b93e6cff08dcd7cff042b8b73fe348a27c168096..a09da0aebc6ffda1ec128c46a0ae9ac3e605650c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+plocate 1.1.5, February 24th, 2021
+
+  - Various bugfixes.
+
+
 plocate 1.1.4, February 14th, 2021
 
   - updatedb now uses ~15% less CPU time.
index 74f85a99405f92ef78313e72cc2dcbab36ee2b26..36e74cda4983e6804478b71e25a7a42d08af1211 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.5-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.5')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')