From be3cbf60b4b6a90c6e0d947e1e8cf791062b81fb Mon Sep 17 00:00:00 2001 From: carlo711 <11021087+carlo711@users.noreply.github.com> Date: Tue, 11 Nov 2025 21:41:24 +0100 Subject: [PATCH] CMakeLists.txt: remove version option (#535) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f37261..98c88a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,5 @@ cmake_minimum_required(VERSION 3.27) project(hyprland-plugins - VERSION 0.51.0 DESCRIPTION "Official plugins for Hyprland" LANGUAGES CXX )