File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.8.1
2+
3+ ### Changes
4+
5+ * Fix polkit parse error (#449 )
6+
7+ ### Contributors
8+
9+ * @Vam-Jam
10+
11+ [ View the full list of contributors] ( https://github.com/FeralInteractive/gamemode/graphs/contributors?from=2022-07-22&to=2023-12-12&type=c )
12+
113## 1.8
214
315### Changes
Original file line number Diff line number Diff line change @@ -131,12 +131,12 @@ ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
131131```
132132
133133### Build and Install GameMode
134- Then clone, build and install a release version of GameMode at 1.8:
134+ Then clone, build and install a release version of GameMode at 1.8.1 :
135135
136136``` bash
137137git clone https://github.com/FeralInteractive/gamemode.git
138138cd gamemode
139- git checkout 1.8 # omit to build the master branch
139+ git checkout 1.8.1 # omit to build the master branch
140140./bootstrap.sh
141141```
142142To test GameMode installed and will run correctly:
Original file line number Diff line number Diff line change 22 ' gamemode' ,
33 ' c' ,
44 default_options : [' c_std=c11' , ' warning_level=3' ],
5- version : ' 1.8' ,
5+ version : ' 1.8.1 ' ,
66 license : ' BSD' ,
77)
88
You can’t perform that action at this time.
0 commit comments