Skip to content

Commit

Permalink
Release version 6.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: MtoLStoN <[email protected]>
  • Loading branch information
MtoLStoN committed Feb 9, 2023
1 parent 8843059 commit dcef941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.9)
# Setup the XTB Project
project(
"xtb"
VERSION "6.5.1"
VERSION "6.6.0"
LANGUAGES "C" "Fortran"
)
enable_testing()
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
project(
'xtb',
'fortran', 'c',
version: '6.5.1',
version: '6.6.0',
license: 'LGPL3-3.0-or-later',
meson_version: '>=0.57.2',
meson_version: '>=0.62.0',
default_options: [
'buildtype=debugoptimized',
'default_library=both',
Expand Down

0 comments on commit dcef941

Please sign in to comment.