From 0a5b55efdd64ab33b45fd8b49a362e29f9c25e91 Mon Sep 17 00:00:00 2001 From: Patrick Huesmann Date: Mon, 27 May 2024 15:23:55 +0200 Subject: [PATCH] chore: bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 969232dc..5d704b34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(libudmaio VERSION 1.3.2) +project(libudmaio VERSION 1.3.4) include(CTest)