From 551179192c408be214d3124ada699f0295fc3f23 Mon Sep 17 00:00:00 2001 From: Eric Passmore Date: Tue, 3 Sep 2024 11:32:04 -0700 Subject: [PATCH] version bump v4.1.0 --- CMakeLists.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 896bbfdfb..d88b27bae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ project(cdt) set(VERSION_MAJOR 4) set(VERSION_MINOR 1) set(VERSION_PATCH 0) -set(VERSION_SUFFIX "rc3") +# 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 5557c5ec5..d150e3ecc 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ CDT currently supports Linux x86_64 Debian packages. Visit the [release page](ht Download the appropriate version of the Debian package and then install it. To download and install the latest version, run the following: ```sh -wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.0-rc1/cdt_4.1.0-rc1_amd64.deb -sudo apt install ./cdt_4.1.0-rc1_amd64.deb +wget https://github.com/AntelopeIO/cdt/releases/download/v4.1.0/cdt_4.1.0_amd64.deb +sudo apt install ./cdt_4.1.0_amd64.deb ``` ### Debian package uninstall