Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes committed Sep 22, 2023
1 parent e544761 commit d01c593
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 @@ -39,7 +39,7 @@ else()
endif()

project(mdi
VERSION 1.4.21
VERSION 1.4.22
LANGUAGES ${use_C} ${use_CXX} ${use_Fortran})

# set a definition to enable MDI debug mode
Expand Down
2 changes: 1 addition & 1 deletion MDI_Library/mdi_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// MDI version numbers
#define MDI_MAJOR_VERSION_ 1
#define MDI_MINOR_VERSION_ 4
#define MDI_PATCH_VERSION_ 21
#define MDI_PATCH_VERSION_ 22

// length of an MDI command in characters
#define MDI_COMMAND_LENGTH_ 256
Expand Down

0 comments on commit d01c593

Please sign in to comment.