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 4448c35bd054927aa69340c6272c32f858835838..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.2
-rc0
+DEF_VER=v1.8.2
LF='
'