Skip to content

Commit

Permalink
Bump program version to 6.4.0 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed Feb 1, 2021
1 parent 2dc7fba commit d4b70c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9)

# Setup the XTB Project
project(xtb
VERSION 6.3.3
VERSION 6.4.0
LANGUAGES C Fortran
)
enable_testing()
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project(
'xtb',
'fortran', 'c',
version: '6.3.3',
version: '6.4.0',
license: 'LGPL3',
meson_version: '>=0.51',
default_options: [
Expand Down

0 comments on commit d4b70c2

Please sign in to comment.