From 553fbb146a6902e58ac4fc1cd8e1d3e25dc98b0d Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 18 Jul 2024 10:48:59 +0200 Subject: [PATCH] Version 1.5.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 664c0f7..c2c7094 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) project(obs-vkcapture LANGUAGES C - VERSION 1.5.0) + VERSION 1.5.1) include(GNUInstallDirs) find_package(Vulkan REQUIRED)