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

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