From ad68e2035143b2a0fde18156ee99ebb5e3ce591e Mon Sep 17 00:00:00 2001 From: ser Date: Sun, 16 May 2004 19:18:58 +0000 Subject: Cross-ported fix for REXML bug #14, StreamParser and doctype events. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/rexml.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rexml/rexml.rb') diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index 540d5c3a9d..6403a785c0 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -10,7 +10,7 @@ # # Main page:: http://www.germane-software.com/software/rexml # Author:: Sean Russell -# Version:: 3.0.8 +# Version:: 3.0.9 # Date:: +2004/137 # # This API documentation can be downloaded from the REXML home page, or can @@ -22,5 +22,5 @@ module REXML Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell " Date = "+2004/137" - Version = "3.0.8" + Version = "3.0.9" end -- cgit v1.2.3