diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rexml/rexml.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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 <[email protected]>' - Date = "@ANT_DATE@" - Version = "@ANT_VERSION@" + Copyright = "Copyright #{Time.now.year} Sean Russell <[email protected]>" + Date = "+2003/110" + Version = "2.7.0" end |