about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-28 18:08:00 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-28 18:08:00 -0800
commit05c88a20a1c124706f0c3de5ff055f5f82b924cf (patch)
treeb0030e4fa18bb8c4c68f2f4332f378333474fd86
parente4c899e35cae0fee4d173ab647c1aa14677d35d2 (diff)
downloadwrongdoc-05c88a20a1c124706f0c3de5ff055f5f82b924cf.tar.gz
wrongdoc 1.1.0 v1.1.0
Eric Wong (4):
      rdoc: forcibly load rdoc ~> 3.0.1
      final: kill the "No Search Results" text
      GNUmakefile: we do not use rake
      upgrade to RDoc 3.1
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/wrongdoc.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7d0c7ed..4251f36 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.0.1.GIT
+DEF_VER=v1.1.0.GIT
 
 LF='
 '
diff --git a/lib/wrongdoc.rb b/lib/wrongdoc.rb
index 3baf1ca..1fc89c8 100644
--- a/lib/wrongdoc.rb
+++ b/lib/wrongdoc.rb
@@ -6,8 +6,8 @@ require 'nokogiri'
 
 module Wrongdoc
 
-  # the version of wrongdoc, currently 1.0.1
-  VERSION = '1.0.1'
+  # the version of wrongdoc, currently 1.1.0
+  VERSION = '1.1.0'
 
   autoload :Readme, 'wrongdoc/readme'
   autoload :History, 'wrongdoc/history'