From d165f13a81d407fe3272da3830452cdbea01cea9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 22 Feb 2014 14:27:31 +0100 Subject: Bump dev version --- launch.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'launch.sh') diff --git a/launch.sh b/launch.sh index 73c21f1b..5919e814 100755 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,10 @@ #!/bin/sh -exec python3 -OO src/poezio.py -v 0.8 "$@" +if [ -d "$PWD/.git" ] +then + args=$(git show --format='%h %ci' | head -n1) +else + args="0.8.3-dev" +fi +exec python3 -OO src/poezio.py -v "$args" "$@" -- cgit v1.2.3