Skip to content

Commit

Permalink
Merge pull request #32 from AntelopeIO/bump_version_3_0
Browse files Browse the repository at this point in the history
[3.0] Bump CDT version to 3.0.0
  • Loading branch information
linh2931 authored Sep 7, 2022
2 parents 9e9a089 + b33e1d3 commit ca04970
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 0)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc3)
#set(VERSION_SUFFIX rc3)

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.0.0-rc3/cdt_3.0.0-rc3_amd64.deb
sudo apt install ./cdt_3.0.0-rc3_amd64.deb
wget https://github.com/AntelopeIO/cdt/releases/download/v3.0.0/cdt_3.0.0_amd64.deb
sudo apt install ./cdt_3.0.0_amd64.deb
```
### Debian package uninstall

Expand Down

0 comments on commit ca04970

Please sign in to comment.