diff --git a/data/gamemoded.8 b/data/gamemoded.8 index 3e38d1d..cc48ec1 100644 --- a/data/gamemoded.8 +++ b/data/gamemoded.8 @@ -1,6 +1,6 @@ .\" Manpage for gamemoded. .\" Contact linux-contact@feralinteractive.com to correct errors or typos. -.TH gamemoded 8 "21 July 2018" "1.2" "gamemoded man page" +.TH gamemoded 8 "21 July 2018" "1.3-dev" "gamemoded man page" .SH NAME gamemoded \- optimises system performance on demand .SH SYNOPSIS diff --git a/example/archlinux/gamemode-git/PKGBUILD b/example/archlinux/gamemode-git/PKGBUILD index 3be9aaf..039e3d9 100644 --- a/example/archlinux/gamemode-git/PKGBUILD +++ b/example/archlinux/gamemode-git/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Ysblokje pkgname=('gamemode-git') -pkgver='1.2-dev' +pkgver='1.3-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') diff --git a/meson.build b/meson.build index 4812926..69732ea 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'gamemode', 'c', default_options : ['c_std=c11'], - version: '1.2', + version: '1.3-dev', license: 'BSD', ) diff --git a/scripts/mkrelease.sh b/scripts/mkrelease.sh index c89d973..b872fef 100755 --- a/scripts/mkrelease.sh +++ b/scripts/mkrelease.sh @@ -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.2" +VERSION="1.3-dev" NAME="gamemode" ./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar