From 7a3de46f4e5734c237e2bb731ee15c0c4bf0c099 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 11 Jul 2010 02:57:56 +0000 Subject: [PATCH] Zbatery v0.3.1 - quiet EOF errors from clients Eric Wong (3): update local.mk.sample for 0.3.0 Fix documentation generation bump Rainbows! (and Unicorn) dependencies --- GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 2 +- 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 -- 2.11.4.GIT