We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51312c5 commit 8a1fd51Copy full SHA for 8a1fd51
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'artwork',
3
['c'],
4
- version: '20',
+ version: '21',
5
license: [
6
'GPL-2.0',
7
'CC-BY-3.0 ',
scripts/mkrelease.sh
@@ -5,7 +5,7 @@ git submodule init
git submodule update
# Bump in tandem with meson.build, run script once new tag is up.
8
-VERSION="20"
+VERSION="21"
9
10
NAME="artwork"
11
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
0 commit comments