Skip to content

Commit

Permalink
Merge pull request #41 from AntelopeIO/bump_version_3_0_1
Browse files Browse the repository at this point in the history
bump version to 3.0.1
  • Loading branch information
linh2931 authored Sep 27, 2022
2 parents ef7462e + 6b5ff21 commit 7c3e1a5
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 @@ -15,7 +15,7 @@ project(cdt)

set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
#set(VERSION_SUFFIX rc3)

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

Expand Down

0 comments on commit 7c3e1a5

Please # to comment.