]> Pileus Git - ~andy/git/blobdiff - GIT-VERSION-GEN
git-gui: Set both 16x16 and 32x32 icons on X to pacify Xming.
[~andy/git] / GIT-VERSION-GEN
index 638de99e9e793399c61cd2ceb300447324f2532a..1fb4d9b4b7393d2c803457365127692fb093338f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=0.8.GITGUI
+DEF_VER=0.13.GITGUI
 
 LF='
 '
@@ -78,5 +78,3 @@ test "$VN" = "$VC" || {
        echo >&2 "GITGUI_VERSION = $VN"
        echo "GITGUI_VERSION = $VN" >$GVF
 }
-
-