Update version back to 1.6 post-release

This commit is contained in:
Ahsan Fayaz 2020-03-03 16:35:37 +00:00
parent 616dca659a
commit 40702d3fed
4 changed files with 4 additions and 4 deletions

View File

@ -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 "3 Mar 2020" "1.5.1" "gamemoded man page" .TH gamemoded 8 "3 Mar 2020" "1.6-dev" "gamemoded man page"
.SH NAME .SH NAME
gamemoded \- optimises system performance on demand gamemoded \- optimises system performance on demand
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,6 +1,6 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com> # Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode-git') pkgname=('gamemode-git')
pkgver='1.5.1' pkgver='1.6-dev'
pkgrel=1 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." 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') arch=('x86_64')

View File

@ -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.5.1', version: '1.6-dev',
license: 'BSD', license: 'BSD',
) )

View File

@ -7,7 +7,7 @@ set -e
git submodule init git submodule init
# 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.5.1" VERSION="1.6-dev"
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