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/zbatery.rb4
3 files changed, 4 insertions, 4 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='
 '
diff --git a/GNUmakefile b/GNUmakefile
index 20ad53d..3c2fb29 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -62,7 +62,7 @@ NEWS: GIT-VERSION-FILE
         $(RAKE) -s news_rdoc > $@+
         mv $@+ $@
 
-SINCE = 0.1.1
+SINCE = 0.3.1
 ChangeLog: LOG_VERSION = \
   $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
           echo $(GIT_VERSION) || git describe)
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 8d5a582..4e53451 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,8 +4,8 @@ require 'rainbows'
 
 module Zbatery
 
-  # current version of Zbatery
-  VERSION = "0.3.1"
+  # version of Zbatery, currently 0.4.0
+  VERSION = "0.4.0"
 
   class << self