Skip to content

Commit 8179705

Browse files
authored
Update index.md
1 parent d1b721e commit 8179705

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Register map provides access to the device’s virtual address space. Values can
1616

1717
## Download
1818

19-
The latest release, 1.0.3, was published on 2022-02-02.
19+
The latest release, 1.0.4, was published on 2022-02-08.
2020

21-
* [**SDM-1.0.3-setup-x64.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.3/SDM-1.0.3-setup-x64.exe) - for 64-bit Windows
22-
* [**SDM-1.0.3-setup-x86.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.3/SDM-1.0.3-setup-x86.exe) - for 32-bit Windows
23-
* [**SDM-1.0.3-src.tar.gz**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.3/SDM-1.0.3-src.tar.gz) - sources (multi-platform)
21+
* [**SDM-1.0.4-setup-x64.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.4/SDM-1.0.4-setup-x64.exe) - for 64-bit Windows
22+
* [**SDM-1.0.4-setup-x86.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.4/SDM-1.0.4-setup-x86.exe) - for 32-bit Windows
23+
* [**SDM-1.0.4-src.tar.gz**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.4/SDM-1.0.4-src.tar.gz) - sources (multi-platform)
2424

2525
## Building
2626

@@ -34,9 +34,9 @@ qttools5-dev-tools qttranslations5-l10n qt5-image-formats-plugins cmake
3434
Then, the SDM framework can be built:
3535

3636
```
37-
wget https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.3/SDM-1.0.3-src.tar.gz
38-
tar -xzf SDM-1.0.3-src.tar.gz
39-
cd SDM-1.0.3-src
37+
wget https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.4/SDM-1.0.4-src.tar.gz
38+
tar -xzf SDM-1.0.4-src.tar.gz
39+
cd SDM-1.0.4-src
4040
mkdir build
4141
cd build
4242
cmake ../src

0 commit comments

Comments
 (0)