cmake: Remove version specifier

This commit is contained in:
Steffen Winter 2024-02-12 16:19:35 +01:00
parent 37d217eeb6
commit 83739f84e1
No known key found for this signature in database
GPG key ID: 4A8AA731814C8247

View file

@ -11,7 +11,6 @@ if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
endif()
project("btop"
VERSION 1.3.0
DESCRIPTION "A monitor of resources"
HOMEPAGE_URL "https://github.com/aristocratos/btop"
LANGUAGES CXX