about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-22 14:56:37 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-22 14:56:37 -0800
commitc2ece58e13107983b726b83c5cfe798ff71034ca (patch)
tree758d08f21e1fc94f1d423c10ffb838cf40097fcc
parentc17e73cde38365774bc73dae1a1ece00afde77d3 (diff)
downloadzbatery-c2ece58e13107983b726b83c5cfe798ff71034ca.tar.gz
Zbatery 0.1.0 v0.1.0
This gem release allows compatibility with newer versions of
Rainbows!  This also fixes a bug when $stdout is not redirected
to a file.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--GNUmakefile2
-rw-r--r--lib/zbatery.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 92e03e3..4e7f0e3 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.0.0.GIT
+DEF_VER=v0.1.0.GIT
 
 LF='
 '
diff --git a/GNUmakefile b/GNUmakefile
index 5905179..45b9bb2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -58,7 +58,7 @@ NEWS: GIT-VERSION-FILE
         $(RAKE) -s news_rdoc > $@+
         mv $@+ $@
 
-SINCE =
+SINCE = 0.0.0
 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 dd904b1..655143c 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 module Zbatery
 
   # current version of Zbatery
-  VERSION = "0.0.0"
+  VERSION = "0.1.0"
 
   class << self