From a9291149f0af0c65fb06cbf390f6539628bfa485 Mon Sep 17 00:00:00 2001 From: ser Date: Sun, 16 May 2004 19:21:04 +0000 Subject: REXML version bump. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/rexml.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index bcce9a971..6403a785c 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:: @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 " - Date = "@ANT_DATE@" - Version = "@ANT_VERSION@" + Date = "+2004/137" + Version = "3.0.9" end -- cgit