symbolic-ref: propagate error code from create_symref()
[gitweb.git] / GIT-VERSION-GEN
index 48aee9c41729f880a3b341bf55429bd0f64291a3..859e14c1df649e7034db4defb45c76c7dbee6d9b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.4.0
+DEF_VER=v2.4.10
 
 LF='
 '
@@ -38,5 +38,3 @@ test "$VN" = "$VC" || {
        echo >&2 "GIT_VERSION = $VN"
        echo "GIT_VERSION = $VN" >$GVF
 }
-
-