Update to version 1.4-dev post-release

This commit is contained in:
Alex Smith 2019-03-15 16:11:57 +00:00
parent ea7d1c13a3
commit 95c365076f
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.\" Manpage for gamemoded.
.\" Contact linux-contact@feralinteractive.com to correct errors or typos.
.TH gamemoded 8 "15 March 2019" "1.3" "gamemoded man page"
.TH gamemoded 8 "15 March 2019" "1.4-dev" "gamemoded man page"
.SH NAME
gamemoded \- optimises system performance on demand
.SH SYNOPSIS

View File

@ -1,6 +1,6 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode-git')
pkgver='1.3-dev'
pkgver='1.4-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')

View File

@ -2,7 +2,7 @@ project(
'gamemode',
'c',
default_options : ['c_std=c11', 'warning_level=3'],
version: '1.3',
version: '1.4-dev',
license: 'BSD',
)

View File

@ -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.3"
VERSION="1.4-dev"
NAME="gamemode"
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar