Skip to content

Commit 97d4474

Browse files
committed
updated version information
1 parent 554c5ad commit 97d4474

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM buildpack-deps:bookworm AS base-builder
77
FROM base-builder AS mrtrix3-builder
88

99
# Git commitish from which to build MRtrix3.
10-
ARG MRTRIX3_GIT_COMMITISH="3.0.6"
10+
ARG MRTRIX3_GIT_COMMITISH="3.0.7"
1111
# Command-line arguments for `./configure`
1212
ARG MRTRIX3_CONFIGURE_FLAGS=""
1313
# Command-line arguments for `./build`

Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Include: apt
5858
ln -s /usr/bin/python3 /usr/bin/python
5959

6060
# MRtrix3 setup
61-
git clone -b 3.0.6 --depth 1 https://github.com/MRtrix3/mrtrix3.git /opt/mrtrix3
61+
git clone -b 3.0.7 --depth 1 https://github.com/MRtrix3/mrtrix3.git /opt/mrtrix3
6262
cd /opt/mrtrix3 && ./configure && ./build -persistent -nopaginate && rm -rf testing/ tmp/ && cd ../../
6363

6464
# apt cleanup to recover as much space as possible

core/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// git tag -s 3.3.0
1010
// git push --follow-tags
1111

12-
#define MRTRIX_BASE_VERSION "3.0.6"
12+
#define MRTRIX_BASE_VERSION "3.0.7"
1313

1414
#endif
1515

0 commit comments

Comments
 (0)