CMakeLists.txt: remove version option

This commit is contained in:
Carl Keinath 2025-11-10 20:00:55 +01:00
parent bbb8d2cb0e
commit 6f6a83c17b
No known key found for this signature in database
GPG key ID: 5F2FBF98CDE7C693

View file

@ -1,6 +1,5 @@
cmake_minimum_required(VERSION 3.27)
project(hyprland-plugins
VERSION 0.51.0
DESCRIPTION "Official plugins for Hyprland"
LANGUAGES CXX
)