version bump v4.1.0
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ project(cdt)
|
||||
set(VERSION_MAJOR 4)
|
||||
set(VERSION_MINOR 1)
|
||||
set(VERSION_PATCH 0)
|
||||
set(VERSION_SUFFIX "rc3")
|
||||
# set(VERSION_SUFFIX "")
|
||||
|
||||
if (VERSION_SUFFIX)
|
||||
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
|
||||
|
||||
@@ -15,8 +15,8 @@ CDT currently supports Linux x86_64 Debian packages. Visit the [release page](ht
|
||||
Download the appropriate version of the Debian package and then install it. To download and install the latest version, run the following:
|
||||
|
||||
```sh
|
||||
wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.0-rc1/cdt_4.1.0-rc1_amd64.deb
|
||||
sudo apt install ./cdt_4.1.0-rc1_amd64.deb
|
||||
wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.0/cdt_4.1.0_amd64.deb
|
||||
sudo apt install ./cdt_4.1.0_amd64.deb
|
||||
```
|
||||
### Debian package uninstall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user