diff options
| author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 19:08:03 +0000 |
|---|---|---|
| committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 19:08:03 +0000 |
| commit | 148fef736d60c6115fce45e3eb662743f07c251c (patch) | |
| tree | 5fbc86b061de7618c69e6469d18805f6b376cc1d /lib/rexml/rexml.rb | |
| parent | 93423022078ffdac84f7f8fd632e8105f92323ed (diff) | |
| download | ruby-148fef736d60c6115fce45e3eb662743f07c251c.tar.gz ruby-148fef736d60c6115fce45e3eb662743f07c251c.tar.xz ruby-148fef736d60c6115fce45e3eb662743f07c251c.zip | |
Cross-ported the REXML changes (3.0.8) from the development branch to the
stable branch.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6339 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 dcae04e95..bcce9a971 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -10,8 +10,8 @@ # # Main page:: http://www.germane-software.com/software/rexml # Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom> -# Version:: 3.0.4 -# Date:: +2004/115 +# Version:: @ANT_VERSION@ +# Date:: @ANT_DATE@ # # This API documentation can be downloaded from the REXML home page, or can # be accessed online[http://www.germane-software.com/software/rexml_doc] @@ -21,6 +21,6 @@ # online[http://www.germane-software.com/software/rexml/docs/tutorial.html] module REXML Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>" - Date = "+2004/115" - Version = "3.0.4" + Date = "@ANT_DATE@" + Version = "@ANT_VERSION@" end |
