From: Steinar H. Gunderson Date: Mon, 12 Oct 2020 18:04:26 +0000 (+0200) Subject: Bump version number. X-Git-Tag: 1.0.3~10 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9d1f32d695a463b1f158fc3c0e5a2dd94dcd6987;hp=ebd6662ce95ba329f339b6fa6df1490d9f7413a9;p=plocate Bump version number. --- diff --git a/meson.build b/meson.build index 0595191..1ef6b4a 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.2') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.3-pre') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')