From f3aa4b5c01c9ff7d72c6ce5bfde398d556e15d5a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 28 Oct 2010 09:44:45 +0000 Subject: Zbatery 0.4.0 - Rainbows! 1.0.x sync This release syncs up with the latest from Rainbows! 1.0.x and Unicorn 2.0.x --- GIT-VERSION-GEN | 2 +- GNUmakefile | 2 +- lib/zbatery.rb | 4 ++-- 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 -- cgit v1.2.3-24-ge0c7