Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fix clang -Wtautological-compare with unsigned enum
[gitweb.git]
/
GIT-VERSION-GEN
diff --git
a/GIT-VERSION-GEN
b/GIT-VERSION-GEN
index 053628c939622a49b34eb5a836b524928068d009..4bc073cc135f6bda73a06b24c7b368d6c653224e 100755
(executable)
--- a/
GIT-VERSION-GEN
+++ b/
GIT-VERSION-GEN
@@
-1,7
+1,7
@@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.8.
0.2
+DEF_VER=v1.8.
1-rc1
LF='
'