]> git.sesse.net Git - plocate/commitdiff
Release plocate 1.0.0. 1.0.0
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 18:45:23 +0000 (20:45 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 18:45:23 +0000 (20:45 +0200)
meson.build

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