Skip to content

Commit

Permalink
Update internal version number to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestropie committed Jul 1, 2020
1 parent afe3de4 commit eb1f3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

// update this with the tag name every time the code is tagged
// for example:
// set MRTRIX_BASE_VERSION to "3.3"
// set MRTRIX_BASE_VERSION to "3.3.0"
// git add core/version.h
// git commit
// git tag -s 3.3
// git tag -s 3.3.0
// git push --follow-tags

#define MRTRIX_BASE_VERSION "3.0.0"
#define MRTRIX_BASE_VERSION "3.0.1"

#endif

0 comments on commit eb1f3e7

Please sign in to comment.