Skip to content

Commit 7028e80

Browse files
authored
Merge pull request #315 from AntelopeIO/official-4.1.0
[4.1] Official CDT Release v4.1.0
2 parents b4a95f9 + 5511791 commit 7028e80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(cdt)
1616
set(VERSION_MAJOR 4)
1717
set(VERSION_MINOR 1)
1818
set(VERSION_PATCH 0)
19-
set(VERSION_SUFFIX "rc3")
19+
# set(VERSION_SUFFIX "")
2020

2121
if (VERSION_SUFFIX)
2222
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ CDT currently supports Linux x86_64 Debian packages. Visit the [release page](ht
1515
Download the appropriate version of the Debian package and then install it. To download and install the latest version, run the following:
1616

1717
```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
2020
```
2121
### Debian package uninstall
2222

0 commit comments

Comments
 (0)