Skip to content

Commit 5180d89

Browse files
committed
Update version to 1.8.1
1 parent e82e9da commit 5180d89

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
137137
git clone https://github.com/FeralInteractive/gamemode.git
138138
cd 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
```
142142
To test GameMode installed and will run correctly:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
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

0 commit comments

Comments
 (0)