about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-08 03:38:17 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-08 03:41:41 +0000
commit3e7bd918153cd09dd3bdd4e6963e173ae050ae68 (patch)
treeb3508312e192e1a0ac268cdd6f1122366f539549
parentd9fe99171c191c55240d756fbc498d82e419f13a (diff)
downloadkgio-3e7bd918153cd09dd3bdd4e6963e173ae050ae68.tar.gz
Fix a missing #include for Ruby 1.8.5 users.  No need to
upgrade to this (nor 2.7.1) if you're on a modern version
of Ruby.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e8c314f..13f8a20 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.7.1.GIT
+DEF_VER=v2.7.2.GIT
 
 LF='
 '