]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.0.1. 1.0.1
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 22:22:51 +0000 (00:22 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 22:22:51 +0000 (00:22 +0200)
meson.build

index 3521fd55db57e86fa9c7efda0d9e8b40b3185324..641a056272d1f632e9fe16bcf80fd2b4c9a96550 100644 (file)
@@ -1,4 +1,4 @@
-project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.1-pre')
+project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.1')
 
 # Make the version available as a #define.
 add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp')