Browse Source

Update version to 1.4-dev post-release

Alex Smith 6 years ago
parent
commit
959c48978b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      data/gamemoded.8.in
  2. 1 1
      meson.build
  3. 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 "15 March 2019" "1.3.1" "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

+ 1 - 1
meson.build

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

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