]> git.sesse.net Git - plocate/commitdiff
Bump version number.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 7 Nov 2020 10:16:46 +0000 (11:16 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 7 Nov 2020 10:16:46 +0000 (11:16 +0100)
meson.build

index 040f1eefb3bd79759efc182fc40476095a46aee6..9eb87c0772ee1776b0d15319163b79821a53225f 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.7')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.8-pre')
 
 # Make the version available as a #define.
 add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')