]> git.sesse.net Git - plocate/commitdiff
Bump the version number.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 22:57:28 +0000 (00:57 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 22:57:28 +0000 (00:57 +0200)
meson.build

index 641a056272d1f632e9fe16bcf80fd2b4c9a96550..6f3e0e0bb61d0b8304926e70fa71792155f84ba5 100644 (file)
@@ -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')