Skip to content

Commit

Permalink
Bump version to 10.4 "Irish Summer"
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Aug 14, 2017
1 parent ad4a402 commit 4fa0a6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/budgie-desktop-docs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<bookinfo>
<title>budgie-desktop Reference Manual</title>
<releaseinfo>
Reference Manual for budgie-desktop 10.3.1
Reference Manual for budgie-desktop 10.4
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://solus-project.github.io/budgie-desktop/index.html">http://solus-project.github.io/budgie-desktop/</ulink>.
</releaseinfo>
Expand Down
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.3.1',
version: '10.4',
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 @@ -5,7 +5,7 @@ git submodule init
git submodule update

# Script for ikey because he went with meson. *shrug*
VERSION="10.3.1"
VERSION="10.4"
NAME="budgie-desktop"
git-archive-all.sh --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.3.1 $* --default-domain=budgie-desktop --join-existing --from-code=UTF-8
xgettext --package-name=budgie-desktop --package-version=10.4 $* --default-domain=budgie-desktop --join-existing --from-code=UTF-8
}

function do_intltool()
Expand Down

0 comments on commit 4fa0a6c

Please sign in to comment.