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