From f7e8799ec6f7b04e7939f06c6d0d1707f9cbec9e Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 7 Sep 2023 09:37:36 +0200 Subject: [PATCH] Version 1.4.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d86449e..9040388 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(obs-vkcapture VERSION 1.4.1) +project(obs-vkcapture VERSION 1.4.2) include(GNUInstallDirs) find_package(Vulkan REQUIRED)