about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--GNUmakefile2
-rw-r--r--lib/clogger.rb2
3 files changed, 3 insertions, 3 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='
 '
diff --git a/GNUmakefile b/GNUmakefile
index b5bc5f4..56cb0d9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -46,7 +46,7 @@ NEWS: GIT-VERSION-FILE .manifest
         $(RAKE) -s news_rdoc > $@+
         mv $@+ $@
 
-SINCE = 0.0.7
+SINCE = 0.3.2
 ChangeLog: log_range = $(shell test -n "$(SINCE)" && echo v$(SINCE)..)
 ChangeLog: GIT-VERSION-FILE
         @echo "ChangeLog from $(GIT_URL) ($(SINCE)..$(GIT_VERSION))" > $@+
diff --git a/lib/clogger.rb b/lib/clogger.rb
index 8567c91..ba047f5 100644
--- a/lib/clogger.rb
+++ b/lib/clogger.rb
@@ -2,7 +2,7 @@
 autoload :Rack, 'rack'
 
 class Clogger
-  VERSION = '0.3.2'
+  VERSION = '0.4.0'
 
   OP_LITERAL = 0
   OP_REQUEST = 1