From 8a9e65b52d6865ccfff8216c5419450dfc06cce1 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 25 Apr 2026 08:52:35 +0200 Subject: [PATCH] version 1.3.20 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 12bf112..f4346e5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16.3) -project(feierabend VERSION 1.3.19) +project(feierabend VERSION 1.3.20) include(GNUInstallDirs) -- 2.47.3