Skip to content

Commit

Permalink
altering version rc1 -> no suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas1185 committed Dec 14, 2022
1 parent f76f3a6 commit 3df8aff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ project(cdt)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)
set(VERSION_SUFFIX "")

if (VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ CDT currently supports Linux x86_64 Debian packages. Visit the [release page](ht
The latest version of CDT is 3.0. Download the appropriate version of the Debian package and then install as follows:

```sh
wget https://github.com/AntelopeIO/cdt/releases/download/v3.1.0-rc1/cdt_3.1.0-rc1_amd64.deb
sudo apt install ./cdt_3.1.0-rc1_amd64.deb
wget https://github.com/AntelopeIO/cdt/releases/download/v3.1.0/cdt_3.1.0-amd64.deb
sudo apt install ./cdt_3.1.0-amd64.deb
```
### Debian package uninstall

Expand Down

0 comments on commit 3df8aff

Please sign in to comment.