Skip to content

Commit

Permalink
Bump version to 10.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeydoherty committed Apr 17, 2017
1 parent 2791fc5 commit cfc6131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Reference Manual for budgie-desktop 10.3.1
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',
version: '10.3.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 @@ -5,7 +5,7 @@ git submodule init
git submodule update

# Script for ikey because he went with meson. *shrug*
VERSION="10.3"
VERSION="10.3.1"
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

0 comments on commit cfc6131

Please sign in to comment.