From b33e1d3da3b3c16593daf0e39d638ba1c3776cfa Mon Sep 17 00:00:00 2001 From: Lin Huang Date: Wed, 7 Sep 2022 18:07:55 -0400 Subject: [PATCH] Bump CDT version to 3.0.0 --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2db782e8d..bddd732445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/README.md b/README.md index 043ba0faa6..907b0d7130 100644 --- a/README.md +++ b/README.md @@ -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