From 26b28010e805f7d1aeeef39813feb473e69cc4be Mon Sep 17 00:00:00 2001 From: Albert Katbashev Date: Tue, 23 Jul 2024 22:08:02 +0200 Subject: [PATCH] push to v6.7.1 Signed-off-by: Albert Katbashev --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51f77c0a1..a46052a00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ endif() # Setup the xtb Project project( "xtb" - VERSION "6.7.0" + VERSION "6.7.1" LANGUAGES "C" "Fortran" ) diff --git a/meson.build b/meson.build index 8c8e56cb5..35396f728 100644 --- a/meson.build +++ b/meson.build @@ -19,7 +19,7 @@ project( 'xtb', 'fortran', 'c', - version: '6.7.0', + version: '6.7.1', license: 'LGPL3-3.0-or-later', meson_version: '>=0.62.0', default_options: [