Skip to content

Commit

Permalink
Version incremented to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lestropie committed Jul 17, 2021
1 parent 6a2e565 commit f89e89c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM buildpack-deps:buster AS base-builder
FROM base-builder AS mrtrix3-builder

# Git commitish from which to build MRtrix3.
ARG MRTRIX3_GIT_COMMITISH="master"
ARG MRTRIX3_GIT_COMMITISH="3.0.3"
# Command-line arguments for `./configure`
ARG MRTRIX3_CONFIGURE_FLAGS=""
# Command-line arguments for `./build`
Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Include: apt
ln -s /usr/bin/python3 /usr/bin/python

# MRtrix3 setup
git clone -b master --depth 1 https://github.com/MRtrix3/mrtrix3.git /opt/mrtrix3
git clone -b 3.0.3 --depth 1 https://github.com/MRtrix3/mrtrix3.git /opt/mrtrix3
cd /opt/mrtrix3 && ./configure && ./build -persistent -nopaginate && rm -rf testing/ tmp/ && cd ../../

# apt cleanup to recover as much space as possible
Expand Down
2 changes: 1 addition & 1 deletion core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// git tag -s 3.3.0
// git push --follow-tags

#define MRTRIX_BASE_VERSION "3.0.2"
#define MRTRIX_BASE_VERSION "3.0.3"

#endif

0 comments on commit f89e89c

Please sign in to comment.