From 54bd49281c3cbc18dc0afe36429cfd77bb20569e Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 15 Jan 2019 12:00:18 +0000 Subject: [PATCH] Bump version to 0.7.3 Signed-off-by: Ikey Doherty --- meson.build | 2 +- mkrelease.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 8f3c28f..1721cd8 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'linux-steam-integration', ['c'], - version: '0.7.2', + version: '0.7.3', license: [ 'LGPL-2.1', ], diff --git a/mkrelease.sh b/mkrelease.sh index d8629d4..087f971 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -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"