From 57298fc4f13c807e50ada2c986a3114b7fc2e621 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Fri, 24 May 2024 20:46:51 +0200 Subject: [PATCH] cmake: bump ver to 0.1.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index faaa9cd..8917490 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.19) -set(HYPRCURSOR_VERSION "0.1.8") +set(HYPRCURSOR_VERSION "0.1.9") add_compile_definitions(HYPRCURSOR_VERSION="${HYPRCURSOR_VERSION}") project(hyprcursor