diff options
| author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 18:42:58 +0000 |
|---|---|---|
| committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-16 18:42:58 +0000 |
| commit | bbecd4f7465438751ac357853ff544692b8569f7 (patch) | |
| tree | 0dbe5f70de81f17d043a39947e72a02c428c9a0d /lib/rexml/rexml.rb | |
| parent | b0d0e2f2e121b3b6fc21f8471596aa5a0a98ddbf (diff) | |
| download | ruby-bbecd4f7465438751ac357853ff544692b8569f7.tar.gz ruby-bbecd4f7465438751ac357853ff544692b8569f7.tar.xz ruby-bbecd4f7465438751ac357853ff544692b8569f7.zip | |
------------------------------------------------------------------------
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
| -rw-r--r-- | lib/rexml/rexml.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index da1b88ddd..540d5c3a9 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -10,7 +10,7 @@ # # Main page:: http://www.germane-software.com/software/rexml # Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom> -# Version:: 3.0.7 +# Version:: 3.0.8 # Date:: +2004/137 # # This API documentation can be downloaded from the REXML home page, or can @@ -22,5 +22,5 @@ module REXML Copyright = "Copyright © 2001, 2002, 2003, 2004 Sean Russell <ser@germane-software.com>" Date = "+2004/137" - Version = "3.0.7" + Version = "3.0.8" end |
