From 2235c3e8e48af6aab3d49c456ee26f3b5af92ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 9 Jun 2023 22:32:02 +0800 Subject: [PATCH] Release 1.11.3 --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b372f84ff..0b99eba1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.11.3 + +Bugfixes: +* Fix a segfault bug, regression of `1.11.1` (Linux, wmtheme, #467) + # 1.11.2 This release should be the last version of fastfetch 1.x (if no serious bugs found, hopefully) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05da08dbd..94f68f62e 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 1.11.2 + VERSION 1.11.3 LANGUAGES C DESCRIPTION "Fast system information tool" HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"