We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d204a commit 4c7d479Copy full SHA for 4c7d479
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.9.1
2
+
3
+Bugfixes:
4
5
+* Fix builds on s390x (@jonathanspw, #402)
6
7
# 1.9.0
8
9
Notable Changes:
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.9.0
+ VERSION 1.9.1
LANGUAGES C
DESCRIPTION "Fast system information tool"
HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"
0 commit comments