From 94e32ec37e7215b16d5c1b41b1773ff6742e704b Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 7 May 2024 15:09:46 +0100 Subject: [PATCH] cmake: bump ver to 0.3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e86fbfa..de2bdfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.3.4) +set(VERSION 0.3.5) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"