Version 1.6.1

This commit is contained in:
Martin Brodbeck 2022-09-27 09:01:27 +02:00
parent a23de4dcf0
commit 9d7492c745
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
project('kima2', 'cpp', default_options : ['cpp_std=c++20'], version : '1.6.0')
project('kima2', 'cpp', default_options : ['cpp_std=c++20'], version : '1.6.1')
conf_data = configuration_data()
conf_data.set('PROJECT_VERSION', '"' + meson.project_version() + '"')