about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2010-10-08 14:55:16 -0700
committerEric Wong <e@yhbt.net>2010-10-08 15:19:59 -0700
commitf4d08a07a02393cca5ddd1277acc4f95c83307ff (patch)
treefe89efe76d8d066a5f5ddd676bb9dbbf469b98d2
parentd225ede82d820d045bd7cfb826f444cf6601577c (diff)
downloadkgio-f4d08a07a02393cca5ddd1277acc4f95c83307ff.tar.gz
kgio_read and kgio_tryread will now return an empty string when
a length of zero is specified instead of nil (which would signal
an EOF).  This emulates the behavior of IO#read, IO#readpartial,
IO#sysread, IO#read_nonblock in core Ruby for consistency.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index db834ac..df8c07d 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.3.0.GIT
+DEF_VER=v1.3.1.GIT
 
 LF='
 '