From 1c9ed159e15f7403f170f075b839c4b2206d3cad Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 24 Apr 2024 16:35:18 +0100 Subject: [PATCH] cmake: bump ver to 0.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aebaec6..7c96d8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.2.0) +set(VERSION 0.3.0) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"