From 3df8aff6bcf6c5be386e46e4a63019972409a8bd Mon Sep 17 00:00:00 2001 From: Dmytro Sydorchenko Date: Wed, 14 Dec 2022 17:55:04 -0500 Subject: [PATCH] altering version rc1 -> no suffix --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9af22a671d..739837e11a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/README.md b/README.md index be862e43e8..80aac3f38b 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.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