about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-11 02:57:56 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-11 02:57:56 +0000
commit7a3de46f4e5734c237e2bb731ee15c0c4bf0c099 (patch)
tree1b6be13f7dd0ca73b9b85f88bb48dee26813734d
parent6ef21bfb48fd813f084f509f525f490d66b41bc4 (diff)
downloadzbatery-7a3de46f4e5734c237e2bb731ee15c0c4bf0c099.tar.gz
Zbatery v0.3.1 - quiet EOF errors from clients v0.3.1
Eric Wong (3):
      update local.mk.sample for 0.3.0
      Fix documentation generation
      bump Rainbows! (and Unicorn) dependencies
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/zbatery.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e1fc604..d433933 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.3.0.GIT
+DEF_VER=v0.3.1.GIT
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 56edf91..dc36544 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -5,7 +5,7 @@ require 'rainbows'
 module Zbatery
 
   # current version of Zbatery
-  VERSION = "0.3.0"
+  VERSION = "0.3.1"
 
   class << self