]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.8. 1.1.8
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 12 Jun 2021 12:27:21 +0000 (14:27 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 12 Jun 2021 12:27:21 +0000 (14:27 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 46ace18f52db88d7b43c343a2edf25e54886f8b0..0a75d59a3688fdff6d66b8215d72dadcf90ce39f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+plocate 1.1.8, June 12th, 2021
+
+  - Various bugfixes.
+
+
 plocate 1.1.7, April 7th, 2021
 
   - Correct randomization of updatedb systemd unit start time.
index cac3697570d2afc692a2e2b1aa394d4e08de3a7b..39ac8193368246eaa45bf071ce8df0babcc4e412 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.8-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.8')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')