mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
Label master as 1.2-dev
This commit is contained in:
parent
5d113b8e9f
commit
d9072607d9
@ -1,6 +1,6 @@
|
||||
.\" Manpage for gamemoded.
|
||||
.\" Contact linux-contact@feralinteractive.com to correct errors or typos.
|
||||
.TH gamemoded 1 "6 March 2018" "1.1" "gamemoded man page"
|
||||
.TH gamemoded 1 "6 March 2018" "1.2-dev" "gamemoded man page"
|
||||
.SH NAME
|
||||
gamemoded \- optimises system performance on demand
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Ysblokje <ysblokje at gmail dot com>
|
||||
pkgname=('gamemode-git')
|
||||
pkgver=1.1
|
||||
pkgver='1.2-dev'
|
||||
pkgrel=1
|
||||
pkgdesc="GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS."
|
||||
arch=('x86_64')
|
||||
|
@ -2,7 +2,7 @@ project(
|
||||
'gamemode',
|
||||
'c',
|
||||
default_options : ['c_std=c11'],
|
||||
version: '1.1',
|
||||
version: '1.2-dev',
|
||||
license: 'BSD',
|
||||
)
|
||||
|
||||
|
@ -11,7 +11,7 @@ git submodule init
|
||||
git submodule update
|
||||
|
||||
# Bump in tandem with meson.build, run script once new tag is up.
|
||||
VERSION="1.1"
|
||||
VERSION="1.2-dev"
|
||||
|
||||
NAME="gamemode"
|
||||
./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