From 64ead5bdf97d1b2e03effb7d488b1bd405c6b725 Mon Sep 17 00:00:00 2001 From: Wolfgang Gehrhardt Date: Wed, 9 Oct 2024 17:41:57 +0200 Subject: [PATCH] elos: Update to 0.65.1 --- cmake/project.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/project.cmake b/cmake/project.cmake index 7866e326..0ebc2bb2 100644 --- a/cmake/project.cmake +++ b/cmake/project.cmake @@ -1,5 +1,5 @@ # SPDX-License-Identifier: MIT -set(ELOS_VERSION 0.65.0) +set(ELOS_VERSION 0.65.1) # Attention: Aside from the version, as many things as possible in this file # should be put into functions, as this solves potential issues with commands