Promote v0.7.2

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-12-19 15:36:35 +00:00
parent 10d3be6a38
commit ee79ae1ab2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
project(
'linux-steam-integration',
['c'],
version: '0.7.1',
version: '0.7.2',
license: [
'LGPL-2.1',
],
+1 -1
View File
@@ -5,7 +5,7 @@ git submodule init
git submodule update
# Script for ikey because he went with meson. *shrug*
VERSION="0.7.1"
VERSION="0.7.2"
NAME="linux-steam-integration"
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
xz -9 "${NAME}-${VERSION}.tar"