mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
Update version to 1.3.1
This commit is contained in:
parent
1a51a2ec00
commit
e5ccb4b68d
@ -1,6 +1,6 @@
|
|||||||
.\" Manpage for gamemoded.
|
.\" Manpage for gamemoded.
|
||||||
.\" Contact linux-contact@feralinteractive.com to correct errors or typos.
|
.\" Contact linux-contact@feralinteractive.com to correct errors or typos.
|
||||||
.TH gamemoded 8 "15 March 2019" "1.4-dev" "gamemoded man page"
|
.TH gamemoded 8 "15 March 2019" "1.3.1" "gamemoded man page"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
gamemoded \- optimises system performance on demand
|
gamemoded \- optimises system performance on demand
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -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.4-dev',
|
version: '1.3.1',
|
||||||
license: 'BSD',
|
license: 'BSD',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ git submodule init
|
|||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
# Bump in tandem with meson.build, run script once new tag is up.
|
# Bump in tandem with meson.build, run script once new tag is up.
|
||||||
VERSION="1.4-dev"
|
VERSION="1.3.1"
|
||||||
|
|
||||||
NAME="gamemode"
|
NAME="gamemode"
|
||||||
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
|
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user