From 1dc423505b7c8e076ff91dfb7814d0da2164ed45 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 22 Feb 2014 01:41:19 +0100 Subject: Bump version --- launch.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh index 696e9f98..73c21f1b 100755 --- a/launch.sh +++ b/launch.sh @@ -1,12 +1,4 @@ #!/bin/sh -if [ -d "$PWD/.git" ] -then - args=$(git show --format='%h %ci' | head -n1) -else - args="0.8-dev" -fi - - -exec python3 -OO src/poezio.py -v "$args" "$@" +exec python3 -OO src/poezio.py -v 0.8 "$@" -- cgit v1.2.3