From: Steinar H. Gunderson Date: Sun, 11 Oct 2020 18:45:23 +0000 (+0200) Subject: Release plocate 1.0.0. X-Git-Tag: 1.0.0 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=refs%2Ftags%2F1.0.0;p=plocate Release plocate 1.0.0. --- diff --git a/meson.build b/meson.build index 5bf6d99..1535d18 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.0-pre') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.0') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')