diff options
| author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-12 21:17:41 +0000 |
|---|---|---|
| committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-12 21:17:41 +0000 |
| commit | e5ffdc952925ce98bdbad07d5198c1ac30012686 (patch) | |
| tree | b81ab8cef10940b53f37c08cfb1046044f47f973 /lib/rexml/rexml.rb | |
| parent | 1954eec80d7b9111920aa758b4c85405f907f671 (diff) | |
| download | ruby-e5ffdc952925ce98bdbad07d5198c1ac30012686.tar.gz ruby-e5ffdc952925ce98bdbad07d5198c1ac30012686.tar.xz ruby-e5ffdc952925ce98bdbad07d5198c1ac30012686.zip | |
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: http://svn.ruby-lang.org/repos/ruby/trunk@5179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
| -rw-r--r-- | lib/rexml/rexml.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index 779c0638e..b63218857 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 |
