summaryrefslogtreecommitdiff
path: root/lib/rexml/rexml.rb
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 22:36:15 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-28 22:36:15 +0000
commit6a738f22656ffe247bcd02cf354c12a5370818ec (patch)
treede60322b5ac4273012fd95e6911cbe9bcc7d9ad2 /lib/rexml/rexml.rb
parentadb4439f85466a58378ba37a426e5f87a115a74e (diff)
Documentation fixes and a patch to fix whitespace handling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
-rw-r--r--lib/rexml/rexml.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb
index 4d2a95b022..67b36a87f6 100644
--- a/lib/rexml/rexml.rb
+++ b/lib/rexml/rexml.rb
@@ -20,7 +20,7 @@
# be accessed online at http://www.germane-software.com/software/rexml_doc
# A tutorial is available in docs/tutorial.html
module REXML
- Copyright = "Copyright #{Time.now.year} Sean Russell <ser@germane-software.com>"
- Date = "+2004/047"
- Version = "2.7.4.2"
+ Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>"
+ Date = "+2004/088"
+ Version = "3.0.0"
end