Skip to content

Commit

Permalink
Update version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Smith committed Mar 29, 2019
1 parent 1a51a2e commit e5ccb4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/gamemoded.8.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for gamemoded.
.\" Contact [email protected] to correct errors or typos.
.TH gamemoded 8 "15 March 2019" "1.4-dev" "gamemoded man page"
.TH gamemoded 8 "15 March 2019" "1.3.1" "gamemoded man page"
.SH NAME
gamemoded \- optimises system performance on demand
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'gamemode',
'c',
default_options : ['c_std=c11', 'warning_level=3'],
version: '1.4-dev',
version: '1.3.1',
license: 'BSD',
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-dev"
VERSION="1.3.1"

NAME="gamemode"
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
Expand Down

0 comments on commit e5ccb4b

Please sign in to comment.