]> asedeno.scripts.mit.edu Git - git.git/blobdiff - GIT-VERSION-GEN
Updated Swedish translation (514t0f0u).
[git.git] / GIT-VERSION-GEN
index 638de99e9e793399c61cd2ceb300447324f2532a..4e709ebe776f722ff5509c8bf1b9cfaf9d7923b4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=0.8.GITGUI
+DEF_VER=0.11.GITGUI
 
 LF='
 '
@@ -78,5 +78,3 @@ test "$VN" = "$VC" || {
        echo >&2 "GITGUI_VERSION = $VN"
        echo "GITGUI_VERSION = $VN" >$GVF
 }
-
-