]> git.sesse.net Git - plocate/commitdiff
Bump version number.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 30 Oct 2020 23:44:14 +0000 (00:44 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 30 Oct 2020 23:44:14 +0000 (00:44 +0100)
meson.build

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