summaryrefslogtreecommitdiff
path: root/lib/rexml/rexml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/rexml.rb')
-rw-r--r--lib/rexml/rexml.rb12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb
index 18bdbc337d..dcae04e954 100644
--- a/lib/rexml/rexml.rb
+++ b/lib/rexml/rexml.rb
@@ -10,13 +10,17 @@
#
# Main page:: http://www.germane-software.com/software/rexml
# Author:: Sean Russell <serATgermaneHYPHENsoftwareDOTcom>
-# Version:: 3.0.3
-# Date:: +2004/098
+# Version:: 3.0.4
+# Date:: +2004/115
#
# This API documentation can be downloaded from the REXML home page, or can
# be accessed online[http://www.germane-software.com/software/rexml_doc]
+#
+# A tutorial is available in the REXML distribution in docs/tutorial.html,
+# or can be accessed
+# 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/098"
- Version = "3.0.3"
+ Date = "+2004/115"
+ Version = "3.0.4"
end