From f5181a068c1b06f2db51f6222e50a0c665a2b0c3 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 16 May 2024 18:14:19 +0100 Subject: [PATCH] cmake: bump ver to 0.3.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 078964a..2cd6268 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.3.7) +set(VERSION 0.3.8) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"