There was an error while loading. Please reload this page.
1 parent 1b932e9 commit c8a45b7Copy full SHA for c8a45b7
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'linux-steam-integration',
3
['c'],
4
- version: '0.7',
+ version: '0.7.1',
5
license: [
6
'LGPL-2.1',
7
],
mkrelease.sh
@@ -5,7 +5,7 @@ git submodule init
git submodule update
# Script for ikey because he went with meson. *shrug*
8
-VERSION="0.7"
+VERSION="0.7.1"
9
NAME="linux-steam-integration"
10
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
11
xz -9 "${NAME}-${VERSION}.tar"
0 commit comments