about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-10-26 09:48:34 +0000
committerEric Wong <normalperson@yhbt.net>2012-10-26 09:50:00 +0000
commitcba0da81fba19aab000858aaf98b1f5383be07c9 (patch)
tree86224746dfee2cb997a11b2bdcc5098fbd0b5e4d
parent0f2c6224e58fdb129d2bfd320f3ccfe7131daa39 (diff)
downloadkcar-cba0da81fba19aab000858aaf98b1f5383be07c9.tar.gz
* add Kcar::Parser#body_bytes_left= setter method

  This allows us to properly get body_eof? to return true
  in Kcar::Response for unchunked responses.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d433933..4a466ed 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.3.1.GIT
+DEF_VER=v0.4.0.GIT
 
 LF='
 '