Skip to content

Commit

Permalink
Bump xtb version number to 6.3.1 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Jun 10, 2020
1 parent 747f99a commit 2faf18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions include/xtb.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
#define XTB_API_ENTRY
#define XTB_API_CALL
#define XTB_API_SUFFIX__VERSION_6_3_0
#define XTB_API_SUFFIX__VERSION_6_3_1

/// Define proprocessor to allow to check for specific API features
#define XTB_API_VERSION 10000
#define XTB_VERSION_6_3_0 1
#define XTB_VERSION_6_3_1 1

/// Possible print levels for API calls
#define XTB_VERBOSITY_FULL 2
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.0',
version: '6.3.1',
license: 'LGPL3',
meson_version: '>=0.51',
default_options: [
Expand Down

0 comments on commit 2faf18d

Please sign in to comment.