Skip to content

Commit

Permalink
Bump to version 16
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Nov 26, 2017
1 parent e7e964e commit afe5934
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(
'mate-desktop-branding',
['c'],
version: '17',
version: '16',
license: [
'GPL-2.0',
],
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git submodule init
git submodule update

# Script for ikey because he went with meson. *shrug*
VERSION="15"
VERSION="16"
NAME="mate-desktop-branding"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down

0 comments on commit afe5934

Please sign in to comment.