1
1
mirror of http://git.sesse.net/plocate synced 2025-10-06 03:32:43 +02:00

Bump version number.

This commit is contained in:
Steinar H. Gunderson
2024-07-28 09:39:46 +02:00
parent 8d102a55cc
commit 5cf809c353

View File

@@ -1,4 +1,4 @@
project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.22')
project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.1.23-pre')
add_project_arguments('-DGROUPNAME="' + get_option('locategroup') + '"', language: 'cpp')
add_project_arguments('-DUPDATEDB_CONF="/etc/updatedb.conf"', language: 'cpp')