From 8d0f1dd02f9d00324d95662d90f3fa123bf01e1f Mon Sep 17 00:00:00 2001 From: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:20:04 +0200 Subject: [PATCH] Push Version to 6.6.1 Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com> --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62705be64..c1adfdbd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.9) # Setup the XTB Project project( "xtb" - VERSION "6.6.0" + VERSION "6.6.1" LANGUAGES "C" "Fortran" ) enable_testing() diff --git a/meson.build b/meson.build index c121f1e7b..7e0bd332a 100644 --- a/meson.build +++ b/meson.build @@ -19,7 +19,7 @@ project( 'xtb', 'fortran', 'c', - version: '6.6.0', + version: '6.6.1', license: 'LGPL3-3.0-or-later', meson_version: '>=0.62.0', default_options: [