From be3023263fc768f3c39ea51bfb76445674700212 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Thu, 12 Oct 2017 02:56:27 +0100 Subject: [PATCH] Bump version to 0.5 for release 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 d8771e0..847059c 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'linux-steam-integration', ['c'], - version: '0.4.1', + version: '0.5', license: [ 'LGPL-2.1', ], diff --git a/mkrelease.sh b/mkrelease.sh index ea760ec..1681cf5 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.4.1" +VERSION="0.5" NAME="linux-steam-integration" git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar xz -9 "${NAME}-${VERSION}.tar"