From: Steinar H. Gunderson Date: Sat, 17 Oct 2020 12:33:05 +0000 (+0200) Subject: Bump version number. X-Git-Tag: 1.0.6~7 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=97c57726bc81c979386c623ad7586c2677fdd865;p=plocate Bump version number. --- diff --git a/meson.build b/meson.build index 2e151f8..0c79ddf 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.5') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.6-pre') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')