We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4d9d8 commit cebb665Copy full SHA for cebb665
README.md
@@ -64,7 +64,7 @@ MRtrix3Tissue is a fork of the MRtrix3 project. It adds capabilities for 3-Tissu
64
65
You can build a particular release of MRtrix3Tissue by checking out the corresponding _tag_, and using the same procedure as above to build it:
66
67
- git checkout 3Tissue_v4.0.0
+ git checkout 3Tissue_v4.1.3
68
69
./configure
70
core/version.h
@@ -9,7 +9,7 @@
9
// git tag -s 3.3
10
// git push
11
12
-#define MRTRIX_BASE_VERSION "3Tissue_v4.0.0"
+#define MRTRIX_BASE_VERSION "3Tissue_v4.1.3"
13
14
#endif
15
0 commit comments