Skip to content

Commit 399454a

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

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

index.md

Lines changed: 7 additions & 9 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.4, was published on 2022-02-08.
19+
The latest release, 1.0.5, was published on 2022-06-26.
2020

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)
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)
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.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
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
4040
mkdir build
4141
cd build
4242
cmake ../src
@@ -59,6 +59,4 @@ Examples shipped with the SDM framework:
5959

6060
## License
6161

62-
Simple Device Model framework is Copyright © [Microproject LLC](http://www.micro-project.ru/en/), 2015-2021.
63-
6462
Simple Device Model framework is licensed under the terms of the GNU Lesser General Public License, either version 3 of the License, or (at your option) any later version. The SDK is licensed under the terms of the MIT license. See [license.txt](https://raw.githubusercontent.com/SimpleDeviceModel/sdm/master/doc/licenses/license.txt) for details.

0 commit comments

Comments
 (0)