Release 1.11.3

This commit is contained in:
李通洲 2023-06-09 22:32:02 +08:00
parent 68ae9248a6
commit 2235c3e8e4
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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"