We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e5cd0 commit be30232Copy full SHA for be30232
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'linux-steam-integration',
3
['c'],
4
- version: '0.4.1',
+ version: '0.5',
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.4.1"
+VERSION="0.5"
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