summaryrefslogtreecommitdiffstats
path: root/lib/rexml/rexml.rb
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-08 02:03:44 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-08 02:03:44 +0000
commited71c064d5162f269336f3baed43c28aafd76094 (patch)
tree5e6ceeb9a9fcb13bfba05d7eef0b49d398f78a76 /lib/rexml/rexml.rb
parentd9dfe3ad2b1d51a3217a02353662dd211e9adf7d (diff)
downloadruby-ed71c064d5162f269336f3baed43c28aafd76094.tar.gz
ruby-ed71c064d5162f269336f3baed43c28aafd76094.tar.xz
ruby-ed71c064d5162f269336f3baed43c28aafd76094.zip
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: http://svn.ruby-lang.org/repos/ruby/trunk@10888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
-rw-r--r--lib/rexml/rexml.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb
index ca154443b..68759ab3f 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