Skip to content

Commit

Permalink
Update version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afayaz-feral committed Dec 12, 2023
1 parent e82e9da commit 5180d89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.8.1

### Changes

* Fix polkit parse error (#449)

### Contributors

* @Vam-Jam

[View the full list of contributors](https://github.com/FeralInteractive/gamemode/graphs/contributors?from=2022-07-22&to=2023-12-12&type=c)

## 1.8

### Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
```

### Build and Install GameMode
Then clone, build and install a release version of GameMode at 1.8:
Then clone, build and install a release version of GameMode at 1.8.1:

```bash
git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode
git checkout 1.8 # omit to build the master branch
git checkout 1.8.1 # omit to build the master branch
./bootstrap.sh
```
To test GameMode installed and will run correctly:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'gamemode',
'c',
default_options : ['c_std=c11', 'warning_level=3'],
version: '1.8',
version: '1.8.1',
license: 'BSD',
)

Expand Down

0 comments on commit 5180d89

Please sign in to comment.