From: Steinar H. Gunderson Date: Sat, 28 Jan 2023 21:06:14 +0000 (+0100) Subject: Bump version number. X-Git-Tag: 1.1.19~6 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=bb7206e3ba4ddf66ec28b55325c83f6336a58ab3;ds=sidebyside Bump version number. --- diff --git a/meson.build b/meson.build index 212b851..69d49f1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.18') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.19-pre') add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp') add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')