From: Steinar H. Gunderson Date: Sun, 11 Oct 2020 22:22:51 +0000 (+0200) Subject: Release plocate 1.0.1. X-Git-Tag: 1.0.1^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=01d1d7762850972ebc26f9cb4bf380e75c137e90 Release plocate 1.0.1. --- diff --git a/meson.build b/meson.build index 3521fd5..641a056 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.1-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.1') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')