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^0 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=d611c315787ed77e2bc4e5d6b74e3cd58a489612 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')