From: Steinar H. Gunderson Date: Wed, 14 Oct 2020 22:56:23 +0000 (+0200) Subject: Bump version number. X-Git-Tag: 1.0.4~10 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=bd214715b9a8cf89cd51d62acb6efe137f63f570 Bump version number. --- diff --git a/meson.build b/meson.build index 94ac72a..cbb0cfb 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.3') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.4-pre') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')