summaryrefslogtreecommitdiffstats
path: root/lib/rexml/rexml.rb
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-16 21:42:10 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-16 21:42:10 +0000
commita2428e6f6b08b37179d2856332b0d4a21568469a (patch)
treec532c699d3fdda1760d3a84ef14ab26ae95fa443 /lib/rexml/rexml.rb
parent65c5fe38e4baee78abebe2a77c41e739129da57c (diff)
downloadruby-a2428e6f6b08b37179d2856332b0d4a21568469a.tar.gz
ruby-a2428e6f6b08b37179d2856332b0d4a21568469a.tar.xz
ruby-a2428e6f6b08b37179d2856332b0d4a21568469a.zip
Fixed Issue7: DocType with external IDs was not being quoted.
SHIFT_JIS now merely includes Shift-JIS git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
-rw-r--r--lib/rexml/rexml.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb
index e955fa8fa..5ff907542 100644
--- a/lib/rexml/rexml.rb
+++ b/lib/rexml/rexml.rb
@@ -21,6 +21,6 @@
# A tutorial is available in docs/tutorial.html
module REXML
Copyright = "Copyright #{Time.now.year} Sean Russell <ser@germane-software.com>"
- Date = "+2004/044"
- Version = "2.7.4"
+ Date = "+2004/047"
+ Version = "2.7.4.1"
end