about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-11 02:10:54 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-11 02:12:41 +0000
commita055dcd9e15ed93c9bbd0d83b2f87c96a4733cfb (patch)
treedd38d857d18772b3318b4cab6d7cfb37839c9eae /GNUmakefile
parent454a81378bf88dccb081b2cd7e7126a66a92f013 (diff)
downloadunicorn-a055dcd9e15ed93c9bbd0d83b2f87c96a4733cfb.tar.gz
Unicorn::TeeInput constant resolution for Unicorn::ClientError
got broken simplifying code for RDoc.  This affects users
of Rainbows! and Zbatery.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b5fe9fd..3354ff1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -169,7 +169,7 @@ NEWS: GIT-VERSION-FILE .manifest
         $(RAKE) -s news_rdoc > $@+
         mv $@+ $@
 
-SINCE = 0.991.0
+SINCE = 1.0.0
 ChangeLog: LOG_VERSION = \
   $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
           echo $(GIT_VERSION) || git describe)