about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-13 16:50:13 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-13 16:50:13 -0800
commit6d19ebb3a917b566830f8d33e95b1eea2e99658d (patch)
tree4eb4a7d58049bc6f23a39e0ef23e191071de10ff
parentb30aa658d7b4d946427119b23cfc264cc7172149 (diff)
downloadkgio-6d19ebb3a917b566830f8d33e95b1eea2e99658d.tar.gz
* connect.c: disable AI_NUMERICSERV

  It's not needed since we already verify the service is a
  numeric port.  AI_NUMERICSERV is not available in older glibc
  (<2.3.4) and probably other old systems.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 1554153..136c702 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.0.GIT
+DEF_VER=v2.3.1.GIT
 
 LF='
 '