]> asedeno.scripts.mit.edu Git - git.git/blobdiff - GIT-VERSION-GEN
git-gui: handle textconv filter on Windows and in development
[git.git] / GIT-VERSION-GEN
index 25647c8060d8e30ef48d972e487dc9b280266b88..b3f937eace99ce1e25afbdbea678e9f6926dbc75 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=0.7.GITGUI
+DEF_VER=0.12.GITGUI
 
 LF='
 '
@@ -78,5 +78,3 @@ test "$VN" = "$VC" || {
        echo >&2 "GITGUI_VERSION = $VN"
        echo "GITGUI_VERSION = $VN" >$GVF
 }
-
-