Skip to content

Commit 4feab4c

Browse files
authored
Update index.md
1 parent 399454a commit 4feab4c

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.5, was published on 2022-06-26.
19+
The latest release, 1.0.6, was published on 2022-08-28.
2020

21-
* [**SDM-1.0.5-setup-x64.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.5/SDM-1.0.5-setup-x64.exe) - for 64-bit Windows
22-
* [**SDM-1.0.5-setup-x86.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.5/SDM-1.0.5-setup-x86.exe) - for 32-bit Windows
23-
* [**SDM-1.0.5-src.tar.gz**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.5/SDM-1.0.5-src.tar.gz) - sources (multi-platform)
21+
* [**SDM-1.0.6-setup-x64.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6/SDM-1.0.6-setup-x64.exe) - for 64-bit Windows
22+
* [**SDM-1.0.6-setup-x86.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6/SDM-1.0.6-setup-x86.exe) - for 32-bit Windows
23+
* [**SDM-1.0.6-src.tar.gz**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6/SDM-1.0.6-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.5/SDM-1.0.5-src.tar.gz
38-
tar -xzf SDM-1.0.5-src.tar.gz
39-
cd SDM-1.0.5-src
37+
wget https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6/SDM-1.0.6-src.tar.gz
38+
tar -xzf SDM-1.0.6-src.tar.gz
39+
cd SDM-1.0.6-src
4040
mkdir build
4141
cd build
4242
cmake ../src

0 commit comments

Comments
 (0)