mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
Update version to 1.8.1
This commit is contained in:
parent
e82e9dafd0
commit
5180d89e66
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
## 1.8
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
@ -131,12 +131,12 @@ ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Build and Install GameMode
|
### 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
|
```bash
|
||||||
git clone https://github.com/FeralInteractive/gamemode.git
|
git clone https://github.com/FeralInteractive/gamemode.git
|
||||||
cd gamemode
|
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
|
./bootstrap.sh
|
||||||
```
|
```
|
||||||
To test GameMode installed and will run correctly:
|
To test GameMode installed and will run correctly:
|
||||||
|
@ -2,7 +2,7 @@ project(
|
|||||||
'gamemode',
|
'gamemode',
|
||||||
'c',
|
'c',
|
||||||
default_options : ['c_std=c11', 'warning_level=3'],
|
default_options : ['c_std=c11', 'warning_level=3'],
|
||||||
version: '1.8',
|
version: '1.8.1',
|
||||||
license: 'BSD',
|
license: 'BSD',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user