Skip to content

Commit 6b218c8

Browse files
authored
Merge pull request #598 from ANTsX/imath_ants_version_bump
ENH: Version bump to fix imath segfault
2 parents 7e938f2 + f50f19a commit 6b218c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/configure_ANTsPy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY data\* %USERPROFILE%\.antspy
1818

1919
:: clone ANTs and move all files into library directory
2020
SET antsgit=https://github.com/ANTsX/ANTs.git
21-
SET antstag=2236a7589c73bbaf88c8bf34a821ba54e0e545d8
21+
SET antstag=35d9381721b143c7bbd9d5f7f4ad853406351c1c
2222
echo "ANTS;%antstag%" REM UNKNOWN: {"type":"Redirect","op":{"text":">>","type":"dgreat"},"file":{"text":"./data/softwareVersions.csv","type":"Word"}}
2323
cd ants\lib
2424
echo "123"

scripts/configure_ANTsPy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cp data/* ~/.antspy/
2323
# clone ANTs and move all files into library directory
2424

2525
antsgit=https://github.com/ANTsX/ANTs.git
26-
antstag=2236a7589c73bbaf88c8bf34a821ba54e0e545d8 # 3-20-2024
26+
antstag=35d9381721b143c7bbd9d5f7f4ad853406351c1c # 04-01-2024
2727
echo "ANTS;${antstag}" >> ./data/softwareVersions.csv
2828

2929
cd ants/lib # go to lib dir

scripts/configure_ANTsPy_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cp data/* ~/.antspy/
1717
# clone ANTs and move all files into library directory
1818

1919
antsgit=https://github.com/ANTsX/ANTs.git
20-
antstag=6c29d9d1d62f158ca324d5fc8786fffc469998e7 # 3-15-24
20+
antstag=35d9381721b143c7bbd9d5f7f4ad853406351c1c # 04-01-2024
2121
echo "ANTS;${antstag}" >> ./data/softwareVersions.csv
2222

2323
cd ants/lib # go to lib dir

0 commit comments

Comments
 (0)