summaryrefslogtreecommitdiff
path: root/lib/rexml/rexml.rb
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-12 21:17:41 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-12 21:17:41 +0000
commit47c59bb62beee384e2dc9492f83c1c8ed2ab4af6 (patch)
treeb81ab8cef10940b53f37c08cfb1046044f47f973 /lib/rexml/rexml.rb
parentff2a47eb996b8bc03fc119b731689484c9eb3c78 (diff)
REXML changes:
* Took out the duplicate Shift-JIS entries, for OSes that don't understand case sensitive file names. * Fixed some bugs in the encodings git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
-rw-r--r--lib/rexml/rexml.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb
index 779c0638ea..b632188571 100644
--- a/lib/rexml/rexml.rb
+++ b/lib/rexml/rexml.rb
@@ -2,8 +2,8 @@
#
# URL: http://www.germane-software.com/software/rexml
# Author: Sean Russell <ser@germane-software.com>
-# Version: 2.7.2
-# Date: +2003/343
+# Version: @ANT_VERSION@
+# Date: @ANT_DATE@
@@ -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 = "+2003/343"
- Version = "2.7.2"
+ Date = "+2003/346"
+ Version = "2.7.3"
end