]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.1.3. 1.1.3
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 19 Dec 2020 00:17:59 +0000 (01:17 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 19 Dec 2020 00:17:59 +0000 (01:17 +0100)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index b1fa63ff5a22e647bb3c0bfe52a14039182e2250..0ccf4cfe80194880b7876f72c022ccd3f828cb10 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+plocate 1.1.3, December 19th, 2020
+
+  - Various portability fixes.
+
+
 plocate 1.1.2, December 10th, 2020
 
   - Various bugfixes.
index 2e45a74b2c2236a812426dc960079d37488c3ca4..b59c52b84ed652a66c73faa40d7741d26519a3d1 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.3-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.3')
 
 add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
 add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')