From ec847fad4e0c1b96c6cf91e7ff14ef0820f7ccc3 Mon Sep 17 00:00:00 2001 From: ser Date: Fri, 8 Sep 2006 02:03:44 +0000 Subject: Merged changes into HEAD from REXML 3.1.5. The list of bug fixes/enhancements is at: http://www.germane-software.com/projects/rexml/query?status=closed&milestone=3.1.5 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/rexml.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/rexml/rexml.rb') 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 -# 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 " - DATE = "2006/104" - VERSION = "3.1.4" + DATE = "2006/250" + VERSION = "3.1.5" Copyright = COPYRIGHT Version = VERSION -- cgit v1.2.3