From 6ae6cd97e860ecf4c157590d7603ecd62366c2fd Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 1 May 2024 19:16:39 +0100 Subject: [PATCH] cmake: bump version to 0.3.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 027120d..8c0c72d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.3.2) +set(VERSION 0.3.3) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"