about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-04-21 16:53:43 -0700
committerEric Wong <normalperson@yhbt.net>2010-04-21 16:54:05 -0700
commit111e5ac0bf12021a2b8cf9145df59312f1f96992 (patch)
tree9c22b800cee0efc6cbe88cd06e9aa636a80e428b /GIT-VERSION-GEN
parent380e547ba406c00130304ce0cab4fa289e3f2957 (diff)
downloadclogger-111e5ac0bf12021a2b8cf9145df59312f1f96992.tar.gz
Small cleanups and minor enhancements (mainly for the optional
C extension) for this release:

Eric Wong (10):
      ext: use FIX macros instead of generic NUM macros if possible
      ext: preserve subclasses of Rack::Utils::HeaderHash
      test: fix Linux memory usage test
      avoid direct require of "rack" to quiet warnings
      ext: GC safety fix when throwing an exception
      ext: eliminate unused variable
      ext: fix signedness and shadow warnings
      ext: sparse cleanups
      ext: avoid void pointer arithmetic
      clogger 0.4.0
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 c129dfa..4a466ed 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.3.2.GIT
+DEF_VER=v0.4.0.GIT
 
 LF='
 '