summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-02-22 01:41:19 +0100
committermathieui <mathieui@mathieui.net>2014-02-22 01:41:19 +0100
commit1dc423505b7c8e076ff91dfb7814d0da2164ed45 (patch)
treebc0019d85eac283e9bfda2f512e672bbc6dfe48a /launch.sh
parenta64dd02118630365cf55a4e8dd90429f1ef49a0f (diff)
downloadpoezio-1dc423505b7c8e076ff91dfb7814d0da2164ed45.tar.gz
poezio-1dc423505b7c8e076ff91dfb7814d0da2164ed45.tar.bz2
poezio-1dc423505b7c8e076ff91dfb7814d0da2164ed45.tar.xz
poezio-1dc423505b7c8e076ff91dfb7814d0da2164ed45.zip
Bump versionv0.8
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh10
1 files changed, 1 insertions, 9 deletions
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 "$@"