about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-24 02:30:57 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-24 02:52:14 +0000
commite4857711b394634edee25a682d607a16c6880608 (patch)
treef529f5d8dd214709bc7957e80b096207ed2186b7
parent8c7113204a9a55a6b5a63134e27283c4295d3cc1 (diff)
downloadwrongdoc-e4857711b394634edee25a682d607a16c6880608.tar.gz
wrongdoc 1.0.1 - minor bugfixes v1.0.1
Document merging is more flexible regarding XHTML fragments
and will now handle projects that do not use document merging.
Release changelog generation for Rubyforge is also fixed.
-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 88b943a..7d0c7ed 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.0.0.GIT
+DEF_VER=v1.0.1.GIT
 
 LF='
 '
diff --git a/lib/wrongdoc.rb b/lib/wrongdoc.rb
index dfb41d6..3baf1ca 100644
--- a/lib/wrongdoc.rb
+++ b/lib/wrongdoc.rb
@@ -6,8 +6,8 @@ require 'nokogiri'
 
 module Wrongdoc
 
-  # the version of wrongdoc, currently 1.0.0
-  VERSION = '1.0.0'
+  # the version of wrongdoc, currently 1.0.1
+  VERSION = '1.0.1'
 
   autoload :Readme, 'wrongdoc/readme'
   autoload :History, 'wrongdoc/history'