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