diff --git a/meson.build b/meson.build index 718ddffdc..252d92972 100644 --- a/meson.build +++ b/meson.build @@ -14,7 +14,7 @@ project('mcfgthread', 'c', 'cpp', - version: '1.9.beta.2', + version: '1.9.ga', license: 'LGPL-3.0-or-later WITH GCC-exception-3.1', default_options: [ 'c_std=c99', 'cpp_std=c++11', 'warning_level=2' ], meson_version: '>= 1.3.0')