Skip to content

Commit e734286

Browse files
authored
Merge pull request #81 from thewtex/itk-5.1.0
ENH: CI builds against ITK 5.1.0
2 parents 3faa0d5 + b3d1b95 commit e734286

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The file template originates from: https://github.com/InsightSoftwareConsortium/ITKModuleTemplate
22
variables:
3-
ITKGitTag: v5.1rc03
4-
ITKPythonGitTag: v5.1rc03
3+
ITKGitTag: v5.1.0
4+
ITKPythonGitTag: v5.1.0
55
CMakeBuildType: Release
66

77
trigger:

{{cookiecutter.project_name}}/test/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
2-
ITKGitTag: v5.1rc03
3-
ITKPythonGitTag: v5.1rc03
2+
ITKGitTag: v5.1.0
3+
ITKPythonGitTag: v5.1.0
44
CMakeBuildType: Release
55

66
trigger:

0 commit comments

Comments
 (0)