From fcfc666a8ffa44b5385bb491af1b4ae09fa681c2 Mon Sep 17 00:00:00 2001 From: Vahan Aghajanyan Date: Mon, 25 Mar 2024 11:12:35 +0100 Subject: [PATCH] Increment the project's version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d8adb6..d72f102 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 11) set(CMAKE_POSITION_INDEPENDENT_CODE ON) # The project definition -project(erkir VERSION 2.0.1 +project(erkir VERSION 2.1.1 DESCRIPTION "C++ library for geodesic and trigonometric calculations" LANGUAGES CXX)