mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-07 06:11:41 +00:00
Bump version to 0.7.3
Signed-off-by: Ikey Doherty <ikey.doherty@intel.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
project(
|
||||
'linux-steam-integration',
|
||||
['c'],
|
||||
version: '0.7.2',
|
||||
version: '0.7.3',
|
||||
license: [
|
||||
'LGPL-2.1',
|
||||
],
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ git submodule init
|
||||
git submodule update
|
||||
|
||||
# Script for ikey because he went with meson. *shrug*
|
||||
VERSION="0.7.2"
|
||||
VERSION="0.7.3"
|
||||
NAME="linux-steam-integration"
|
||||
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
|
||||
xz -9 "${NAME}-${VERSION}.tar"
|
||||
|
||||
Reference in New Issue
Block a user