about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-04 16:11:30 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-04 16:12:58 -0800
commit898690ae2b01b3468675b01abe8efef5e6d52781 (patch)
treebc80f0f8fca8ffd28ed82439d06e4451b97202c1
parent2394f383d634eb2ee761a4b3edb045458b6ae6ff (diff)
downloadwrongdoc-898690ae2b01b3468675b01abe8efef5e6d52781.tar.gz
wrongdoc 1.3.0 v1.3.0
Eric Wong (1):
      update to rdoc 3.3
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/wrongdoc.rb3
2 files changed, 1 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 432f3c0..db834ac 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.1.1.GIT
+DEF_VER=v1.3.0.GIT
 
 LF='
 '
diff --git a/lib/wrongdoc.rb b/lib/wrongdoc.rb
index 2e9c553..9207dca 100644
--- a/lib/wrongdoc.rb
+++ b/lib/wrongdoc.rb
@@ -6,9 +6,6 @@ require 'nokogiri'
 
 module Wrongdoc
 
-  # the version of wrongdoc, currently 1.1.1
-  VERSION = '1.1.1'
-
   autoload :Readme, 'wrongdoc/readme'
   autoload :History, 'wrongdoc/history'
   autoload :Release, 'wrongdoc/release'