From 72fee13112260bfe03d4a276e249e5add72818e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 15 Mar 2024 09:21:13 +0800 Subject: [PATCH] Release: v2.8.9 --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18ba7b94..5cb31dd9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Bugfixes: Features: * Support new MacBook Air (Host, macOS) -* Detect base frequency (CPU) +* Distinguish min frequency and base frequency (CPU) Logo: * Fix proxmox diff --git a/CMakeLists.txt b/CMakeLists.txt index a68bb140d..1c3100abb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url project(fastfetch - VERSION 2.8.8 + VERSION 2.8.9 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"