Skip to content

Commit

Permalink
Bump v21
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Sep 19, 2018
1 parent 51312c5 commit 8a1fd51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'artwork',
['c'],
version: '20',
version: '21',
license: [
'GPL-2.0',
'CC-BY-3.0 ',
Expand Down
2 changes: 1 addition & 1 deletion scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git submodule init
git submodule update

# Bump in tandem with meson.build, run script once new tag is up.
VERSION="20"
VERSION="21"

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

0 comments on commit 8a1fd51

Please sign in to comment.