new version 1.8.0

This commit is contained in:
Martin Brodbeck 2024-01-23 10:42:04 +01:00
parent 32d0ec7749
commit 7f11ba4e5d
3 changed files with 4 additions and 4 deletions

View file

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