File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ project(cdt)
16
16
set (VERSION_MAJOR 4 )
17
17
set (VERSION_MINOR 1 )
18
18
set (VERSION_PATCH 0 )
19
- set (VERSION_SUFFIX "rc3 " )
19
+ # set(VERSION_SUFFIX "")
20
20
21
21
if (VERSION_SUFFIX )
22
22
set (VERSION_FULL "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} -${VERSION_SUFFIX} " )
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ CDT currently supports Linux x86_64 Debian packages. Visit the [release page](ht
15
15
Download the appropriate version of the Debian package and then install it. To download and install the latest version, run the following:
16
16
17
17
``` sh
18
- wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.0-rc1 /cdt_4.1.0-rc1_amd64 .deb
19
- sudo apt install ./cdt_4.1.0-rc1_amd64 .deb
18
+ wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.0/cdt_4.1.0_amd64 .deb
19
+ sudo apt install ./cdt_4.1.0_amd64 .deb
20
20
```
21
21
### Debian package uninstall
22
22
You can’t perform that action at this time.
0 commit comments