From: Steinar H. Gunderson Date: Mon, 12 Oct 2020 07:56:32 +0000 (+0200) Subject: Release plocate 1.0.2. X-Git-Tag: 1.0.2^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=ebd6662ce95ba329f339b6fa6df1490d9f7413a9 Release plocate 1.0.2. --- diff --git a/meson.build b/meson.build index 1577bdb..0595191 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.2-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.2') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')