summaryrefslogtreecommitdiff
path: root/lib/rexml
diff options
context:
space:
mode:
authorser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-16 19:21:04 +0000
committerser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-16 19:21:04 +0000
commitbc3608671ce72b3b72c2785fc014ab21ac281615 (patch)
tree3f66cac2b930cbcabc9db46113423d9b651f00e4 /lib/rexml
parent84c9f5985347d84078991aae0107aac48a0a0096 (diff)
REXML version bump.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml')
-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 bcce9a9711..6403a785c0 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:: @ANT_VERSION@
-# Date:: @ANT_DATE@
+# Version:: 3.0.9
+# Date:: +2004/137
#
# 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,6 +21,6 @@
# 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 = "@ANT_DATE@"
- Version = "@ANT_VERSION@"
+ Date = "+2004/137"
+ Version = "3.0.9"
end