From b0bd77e0f9d8ca631cd5a03801a78bc063941f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DUBUS=20L=C3=A9o=20243615?= Date: Mon, 29 Apr 2024 14:43:47 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=8F=B7=EF=B8=8F=20bump=20v5.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cdb378..4f3ff8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) project(librir - VERSION 5.0.4 + VERSION 5.1.0 DESCRIPTION "librir" HOMEPAGE_URL "https://github.com/IRFM/librir" LANGUAGES CXX C