From 1d6c3c8c8ee152ecdbad4af368b9774d36385b77 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Tue, 17 Jan 2023 12:43:46 +0100 Subject: [PATCH] Version 1.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 788a725..36cbfd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(obs-vkcapture VERSION 1.2.2) +project(obs-vkcapture VERSION 1.3.0) include(GNUInstallDirs) find_package(Vulkan REQUIRED)