Code

git-gui: theme the search and line-number entry fields on blame screen
[git.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
 }
-
-