]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.0.2. 1.0.2
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 12 Oct 2020 07:56:32 +0000 (09:56 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 12 Oct 2020 07:56:32 +0000 (09:56 +0200)
meson.build

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