From 83739f84e1f4bf66c3f63666985c0ffd65beabfc Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Mon, 12 Feb 2024 16:19:35 +0100 Subject: [PATCH] cmake: Remove version specifier --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 009a319..d17f88b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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