about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-06 17:44:27 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-06 17:44:41 -0800
commit1df164e28824cf139b38e35d6eb6dbfb088c54a8 (patch)
tree17ba0f08de3bb380d97b4681baa95cf1a604ac3a /GIT-VERSION-GEN
parent87c742bd385593bfe001dc3247c4a4ae7fc92463 (diff)
downloadclogger-1df164e28824cf139b38e35d6eb6dbfb088c54a8.tar.gz
The optional C extension no longer tries to preserve the
original response array as it could become subtly broken by
people using non-frozen but constant responses.  For the pure
Ruby version, there is a 1.9-encoding bugfix for response
size calculation.
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4e7f0e3..e36125a 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.1.0.GIT
+DEF_VER=v0.2.0.GIT
 
 LF='
 '