Skip to content

Commit 8a1fd51

Browse files
committed
Bump v21
1 parent 51312c5 commit 8a1fd51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'artwork',
33
['c'],
4-
version: '20',
4+
version: '21',
55
license: [
66
'GPL-2.0',
77
'CC-BY-3.0 ',

scripts/mkrelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git submodule init
55
git submodule update
66

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

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

0 commit comments

Comments
 (0)