Skip to content

Commit

Permalink
Tag 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Dec 13, 2019
1 parent 2d1f67a commit c9647b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'usysconf',
['c'],
version: '0.5.2',
version: '0.5.3',
license: [
'GPL-2.0',
],
Expand Down
4 changes: 2 additions & 2 deletions mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -e
git submodule init
git submodule update

VERSION="0.5.2"
VERSION="0.5.3"
NAME="usysconf"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
git-archive-all --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"

gpg --armor --detach-sign "${NAME}-${VERSION}.tar.xz"
Expand Down

0 comments on commit c9647b2

Please sign in to comment.