Skip to content

Commit eb1f3e7

Browse files
committed
Update internal version number to 3.0.1
1 parent afe3de4 commit eb1f3e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
// update this with the tag name every time the code is tagged
55
// for example:
6-
// set MRTRIX_BASE_VERSION to "3.3"
6+
// set MRTRIX_BASE_VERSION to "3.3.0"
77
// git add core/version.h
88
// git commit
9-
// git tag -s 3.3
9+
// git tag -s 3.3.0
1010
// git push --follow-tags
1111

12-
#define MRTRIX_BASE_VERSION "3.0.0"
12+
#define MRTRIX_BASE_VERSION "3.0.1"
1313

1414
#endif
1515

0 commit comments

Comments
 (0)