Skip to content

Commit 5c39ed7

Browse files
committed
DOC: Change version number in download.md from 5.4.3 to 5.4.4
1 parent ccb1386 commit 5c39ed7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Documentation/docs/download.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@ Additionally, wheels for external modules are available through the Python Packa
2020

2121
**Guide and Textbook**
2222

23-
- [InsightSoftwareGuide-Book1-5.4.4.pdf](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightSoftwareGuide-Book1-5.4.3.pdf)
24-
- [InsightSoftwareGuide-Book2-5.4.4.pdf](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightSoftwareGuide-Book2-5.4.3.pdf)
23+
- [InsightSoftwareGuide-Book1-5.4.4.pdf](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightSoftwareGuide-Book1-5.4.4.pdf)
24+
- [InsightSoftwareGuide-Book2-5.4.4.pdf](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightSoftwareGuide-Book2-5.4.4.pdf)
2525

2626
**Library Sources**
2727

28-
- [InsightToolkit-5.4.4.tar.gz](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightToolkit-5.4.3.tar.gz)
29-
- [InsightToolkit-5.4.4.zip](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightToolkit-5.4.3.zip)
28+
- [InsightToolkit-5.4.4.tar.gz](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightToolkit-5.4.4.tar.gz)
29+
- [InsightToolkit-5.4.4.zip](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightToolkit-5.4.4.zip)
3030

3131
**Testing Data**
3232

3333
Unpack optional testing data in the same directory where the Library Source is unpacked.
3434

35-
- [InsightData-5.4.4.tar.gz](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightData-5.4.3.tar.gz)
36-
- [InsightData-5.4.4.zip](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightData-5.4.3.zip)
35+
- [InsightData-5.4.4.tar.gz](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightData-5.4.4.tar.gz)
36+
- [InsightData-5.4.4.zip](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightData-5.4.4.zip)
3737

3838
**Checksums and Signatures**
3939

40-
- [InsightToolkit-5.4.4.tar.gz.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightToolkit-5.4.3.tar.gz.asc)
41-
- [InsightToolkit-5.4.4.zip.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightToolkit-5.4.3.zip.asc)
40+
- [InsightToolkit-5.4.4.tar.gz.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightToolkit-5.4.4.tar.gz.asc)
41+
- [InsightToolkit-5.4.4.zip.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightToolkit-5.4.4.zip.asc)
4242

43-
- [InsightData-5.4.4.tar.gz.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightData-5.4.3.tar.gz.asc)
44-
- [InsightData-5.4.4.zip.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.3/InsightData-5.4.3.zip.asc)
43+
- [InsightData-5.4.4.tar.gz.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightData-5.4.4.tar.gz.asc)
44+
- [InsightData-5.4.4.zip.asc](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/InsightData-5.4.4.zip.asc)
4545

4646
- [MD5SUMS](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/MD5SUMS)
4747
- [SHA512SUMS](https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.4.4/SHA512SUMS)
@@ -110,9 +110,9 @@ where `ITKLatestRelease` is the name of the local repository created.
110110
Additionally, specific releases can be cloned using the tags, for example:
111111

112112
```bash
113-
git clone -b v5.4.3 https://github.com/InsightSoftwareConsortium/ITK ITK-5.4.3
113+
git clone -b v5.4.4 https://github.com/InsightSoftwareConsortium/ITK ITK-5.4.4
114114
```
115-
where `v5.4.3` corresponds to ITK 5.4.3, and the `ITK-5.4.3` is the name
115+
where `v5.4.4` corresponds to ITK 5.4.4, and the `ITK-5.4.4` is the name
116116
of the local repository created.
117117

118118
### Update
@@ -147,7 +147,7 @@ instructions to update it.
147147
Alternatively, one may checkout a specific release tag using
148148

149149
```bash
150-
git checkout v5.4.3
150+
git checkout v5.4.4
151151
```
152152

153153
Release tags never move. Repeat the command with a different tag to get a

0 commit comments

Comments
 (0)