From: Steinar H. Gunderson Date: Sun, 11 Oct 2020 19:33:13 +0000 (+0200) Subject: Bump version number. X-Git-Tag: 1.0.1~4 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=b5cb3f03f79894131c7e15cbf68ea938831f6a84 Bump version number. --- diff --git a/meson.build b/meson.build index 1535d18..8a67ae7 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') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.1-pre') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')