From: Steinar H. Gunderson Date: Fri, 30 Oct 2020 23:44:14 +0000 (+0100) Subject: Bump version number. X-Git-Tag: 1.0.7~7 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=57a72db63de76d7bdd12606f2ae93abaff28db01;hp=68420d367afbc324f77f950b0f9e1ff4298cb050;p=plocate Bump version number. --- diff --git a/meson.build b/meson.build index 081da3a..960e4ea 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.6') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.7-pre') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')