]> git.sesse.net Git - plocate/commitdiff
Bump the version number.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 16 Oct 2020 07:27:14 +0000 (09:27 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Fri, 16 Oct 2020 07:27:17 +0000 (09:27 +0200)
meson.build

index bcba6519ee81aa1be39c6e41e9bb49a0d58e34c8..c5622eb209d4c2282f63fcc9e2aaa28a91ad2a38 100644 (file)
@@ -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')