From f870f0f980de7681c50a2b8b04e29257bdc6d8e8 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 24 Mar 2024 03:23:53 +0000 Subject: [PATCH] cmake: bump ver to 0.1.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7629467..a5362c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(HYPRCURSOR_VERSION "0.1.4") +set(HYPRCURSOR_VERSION "0.1.5") add_compile_definitions(HYPRCURSOR_VERSION="${HYPRCURSOR_VERSION}") project(hyprcursor