From b06c0b8e56bd73c42218148efd8600c5e9fd6619 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sat, 1 Jun 2024 17:15:19 +0200 Subject: [PATCH] cmake: bump ver to 0.3.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cd6268..a6cfc0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.3.8) +set(VERSION 0.3.9) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"