diff options
author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-08 01:56:42 +0000 |
---|---|---|
committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-08 01:56:42 +0000 |
commit | 9f120ddeb6603922752ab817a9fc13cacfd84b33 (patch) | |
tree | bba2c68865ae156612d9d3df1be4013bf0e8c64b /lib/rexml | |
parent | 8935ae596b53e044f77da7ef4e061fc7d11751af (diff) |
Forgot to update the version. Grrr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml')
-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 ca154443b5..68759ab3f8 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.1.4 -# Date:: 2006/104 +# Version:: 3.1.5 +# Date:: 2006/250 # # 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,8 +21,8 @@ # online[http://www.germane-software.com/software/rexml/docs/tutorial.html] module REXML COPYRIGHT = "Copyright © 2001-2006 Sean Russell <ser@germane-software.com>" - DATE = "2006/104" - VERSION = "3.1.4" + DATE = "2006/250" + VERSION = "3.1.5" Copyright = COPYRIGHT Version = VERSION |