about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-10 22:31:03 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-10 22:31:03 +0000
commit5768c4339c130975658f4d084fb29fdb781403a6 (patch)
tree438869c6a8b984b1567fa282740995afab24acd5 /GNUmakefile
parente3679c4d3ebd8b80aa5d9e4a3a2a945c9c9ff2b4 (diff)
downloadraindrops-5768c4339c130975658f4d084fb29fdb781403a6.tar.gz
There was never a 0.2.1 :x
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d1f9687..e18e060 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -53,7 +53,7 @@ NEWS: GIT-VERSION-FILE
 latest: NEWS
         @awk 'BEGIN{RS="=== ";ORS=""}NR==2{sub(/\n$$/,"");print RS""$$0 }' $<
 
-SINCE = 0.2.1
+SINCE = 0.2.0
 ChangeLog: LOG_VERSION = \
   $(shell git rev-parse -q "$(GIT_VERSION)" >/dev/null 2>&1 && \
           echo $(GIT_VERSION) || git describe)