Skip to content

Commit

Permalink
Fix incorrect merge conflict resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
afayaz-feral committed May 26, 2020
1 parent 860f7a5 commit 3075814
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ set -e
# gamemode tree, including the subprojects, so that it can be trivially
# packaged by distributions banning networking during build.

# Bump in tandem with meson.build, run script once new tag is up.
VERSION="1.6-dev"
NAME="gamemode"
VERSION=$(git describe --tags --dirty)

# get code in this repo
git archive HEAD --format=tar --prefix=${NAME}-${VERSION}/ --output=${NAME}-${VERSION}.tar
Expand Down

0 comments on commit 3075814

Please sign in to comment.