From 434e71244a50ff874a14113e7cc46ce02bacb34e Mon Sep 17 00:00:00 2001 From: ser Date: Tue, 10 Jun 2003 02:05:17 +0000 Subject: The versions on the import were messed up; I imported an untranslated source tree. This fixes that. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/rexml.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index fdf9386dff..652a8cd74d 100644 --- a/lib/rexml/rexml.rb +++ b/lib/rexml/rexml.rb @@ -20,7 +20,7 @@ # be accessed online at http://www.germane-software.com/software/rexml_doc # A tutorial is available in docs/tutorial.html module REXML - Copyright = 'Copyright #{Time.now.year} Sean Russell ' - Date = "@ANT_DATE@" - Version = "@ANT_VERSION@" + Copyright = "Copyright #{Time.now.year} Sean Russell " + Date = "+2003/110" + Version = "2.7.0" end -- cgit v1.2.3