From: Steinar H. Gunderson Date: Sat, 7 Nov 2020 10:16:46 +0000 (+0100) Subject: Bump version number. X-Git-Tag: 1.1.0~27 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=82032c6bc29171a312f333ec44f226d532c03607 Bump version number. --- diff --git a/meson.build b/meson.build index 040f1ee..9eb87c0 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.7') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.8-pre') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')