Skip to content

Commit

Permalink
Bump to version 6.5.0 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored May 15, 2022
1 parent 5ca7977 commit 746241f
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.4.1"
VERSION "6.5.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,8 +19,8 @@
project(
'xtb',
'fortran', 'c',
version: '6.4.1',
license: 'LGPL3',
version: '6.5.0',
license: 'LGPL3-3.0-or-later',
meson_version: '>=0.55',
default_options: [
'buildtype=debugoptimized',
Expand Down

0 comments on commit 746241f

Please sign in to comment.