From a0263ab9fc31f88f4bfcb5ab8a20cd6fc7d3f446 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 22 Apr 2024 10:22:45 +0100 Subject: [PATCH] cmakelists: bump ver to 0.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b97dde6..aebaec6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(VERSION 0.1.0) +set(VERSION 0.2.0) project(hyprwayland-scanner DESCRIPTION "A hyprland version of wayland-scanner in and for C++"