about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-28 09:44:45 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-28 09:44:45 +0000
commitf3aa4b5c01c9ff7d72c6ce5bfde398d556e15d5a (patch)
treee089e7c146e5f387fbe97121f270a7b7b0272df8
parent7a01cae820a175c2f7fd85e43f2e06ec8174340d (diff)
downloadzbatery-f3aa4b5c01c9ff7d72c6ce5bfde398d556e15d5a.tar.gz
Zbatery 0.4.0 - Rainbows! 1.0.x sync v0.4.0
This release syncs up with the latest from Rainbows! 1.0.x
and Unicorn 2.0.x
-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