From c83097f63581a6faf1dac2e820475b1c72b5ec15 Mon Sep 17 00:00:00 2001 From: Stephane Janel Date: Sat, 15 Jun 2024 09:35:43 +0200 Subject: [PATCH] Close version 3.24.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f507b080..19cd205b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) # cmake does not currently support version suffixes (for dev / rc releases for instance.) # Github actions will detect if version has 'tweak' value (3 '.' in version) # in order to avoid pushing Docker image for versions in development. -project(coincenter VERSION 3.24.0.0 +project(coincenter VERSION 3.24.0 DESCRIPTION "A C++ library centralizing several crypto currencies exchanges REST API into a single all in one tool with a unified interface" LANGUAGES CXX)