about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-29 09:37:43 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-29 09:37:43 +0000
commit66754248fe60c9a0439bd2c00f47d794a6a7099f (patch)
treeea2ba1322d69d94b68d592d79ad11654dbf88bdc
parent69f0cdba5739b8e3444f25ec7d7fbbcec0161872 (diff)
downloadwrongdoc-66754248fe60c9a0439bd2c00f47d794a6a7099f.tar.gz
wrongdoc 1.1.1 - minor bugfixes v1.1.1
Eric Wong (2):
      history: generate proper tag_uri for cgit
      news_rdoc: fix date in LATEST file
-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 4251f36..432f3c0 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.1.0.GIT
+DEF_VER=v1.1.1.GIT
 
 LF='
 '
diff --git a/lib/wrongdoc.rb b/lib/wrongdoc.rb
index 1fc89c8..2e9c553 100644
--- a/lib/wrongdoc.rb
+++ b/lib/wrongdoc.rb
@@ -6,8 +6,8 @@ require 'nokogiri'
 
 module Wrongdoc
 
-  # the version of wrongdoc, currently 1.1.0
-  VERSION = '1.1.0'
+  # the version of wrongdoc, currently 1.1.1
+  VERSION = '1.1.1'
 
   autoload :Readme, 'wrongdoc/readme'
   autoload :History, 'wrongdoc/history'