Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'
[gitweb.git]
/
GIT-VERSION-GEN
diff --git
a/GIT-VERSION-GEN
b/GIT-VERSION-GEN
index 2edb996ab12cba8842658af168d7e29ecd138ba4..f189b7889e7b19fd1e8a5412c899d8b70fab9d9d 100755
(executable)
--- a/
GIT-VERSION-GEN
+++ b/
GIT-VERSION-GEN
@@
-1,7
+1,7
@@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.
1.
2
+DEF_VER=v1.8.2
LF='
'