Browse Source

Update version back to 1.6 post-release

Ahsan Fayaz 5 years ago
parent
commit
40702d3fed
4 changed files with 4 additions and 4 deletions
  1. 1 1
      data/gamemoded.8.in
  2. 1 1
      example/archlinux/gamemode-git/PKGBUILD
  3. 1 1
      meson.build
  4. 1 1
      scripts/mkrelease.sh

+ 1 - 1
data/gamemoded.8.in

@@ -1,6 +1,6 @@
 .\" Manpage for gamemoded.
 .\" 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
 gamemoded \- optimises system performance on demand
 .SH SYNOPSIS

+ 1 - 1
example/archlinux/gamemode-git/PKGBUILD

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

+ 1 - 1
meson.build

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

+ 1 - 1
scripts/mkrelease.sh

@@ -7,7 +7,7 @@ set -e
 git submodule init
 
 # Bump in tandem with meson.build, run script once new tag is up.
-VERSION="1.5.1"
+VERSION="1.6-dev"
 
 NAME="gamemode"
 ./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar