Skip to content

Commit

Permalink
Tag 10.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Oct 3, 2019
1 parent 3587a61 commit e6433d8
Show file tree
Hide file tree
Showing 3 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(
'budgie-desktop',
['c', 'vala'],
version: '10.5',
version: '10.5.1',
license: [
'GPL-2.0',
'LGPL-2.1',
Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
git submodule init
git submodule update

VERSION="10.5"
VERSION="10.5.1"
NAME="budgie-desktop"
git-archive-all --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"
Expand Down
2 changes: 1 addition & 1 deletion updatePot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function do_gettext()
{
xgettext --package-name=budgie-desktop --package-version=10.5 $* --default-domain=budgie-desktop --join-existing --from-code=UTF-8 --no-wrap
xgettext --package-name=budgie-desktop --package-version=10.5.1 $* --default-domain=budgie-desktop --join-existing --from-code=UTF-8 --no-wrap
}

function do_intltool()
Expand Down

0 comments on commit e6433d8

Please sign in to comment.