# HG changeset patch # User ser # Date 1050980536 0 # Tue Apr 22 03:02:16 2003 +0000 # Branch 2.4 # Node ID f2ecd23bbb46bf60e4e7d9c254a3807100589cde # Parent a7a23f307c9e88afc3450fbb156904ee27b7ab7b Missed the version upgrades diff --git a/README b/README --- a/README +++ b/README @@ -2,8 +2,8 @@ URL: http://www.germane-software.com/software/rexml Author: Sean Russell -Version: 2.4.7 -Date: +2003/055 +Version: 2.4.8 +Date: +2003/112 diff --git a/build.xml b/build.xml --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + diff --git a/dist.xml b/dist.xml --- a/dist.xml +++ b/dist.xml @@ -3,7 +3,7 @@ - It must also have either a 'url' or a entry. The 'url' - attribute overrides the entry. --> - + @@ -41,8 +41,8 @@ - A list of archive files. These files will be copied to the archive - directory. --> - - - - + + + + diff --git a/distributions/ruby-REXML.spec b/distributions/ruby-REXML.spec --- a/distributions/ruby-REXML.spec +++ b/distributions/ruby-REXML.spec @@ -1,7 +1,7 @@ %define tarname rexml Summary: REXML is an XML processor for the language Ruby Name: ruby-REXML -Version: 2.4.7 +Version: 2.4.8 Release: 1 License: Dual-licensed GPL/Artistic-like Group: Applications/Ruby diff --git a/documentation.xml b/documentation.xml --- a/documentation.xml +++ b/documentation.xml @@ -12,7 +12,7 @@ - 2.4.7 + 2.4.8 +2002/356 @@ -241,11 +241,11 @@

The API documentation is available on-line, or it can be downloaded as an archive in + href="http://www.germane-software.com/software/archives/rexml_api_2.4.8.tbz2">in tbz2 format (~40Kb), in + href="http://www.germane-software.com/software/archives/rexml_api_2.4.8.tgz">in tgz format (~70Kb), or (if you're a masochist) in + href="http://www.germane-software.com/software/archives/rexml_api_2.4.8.zip">in zip format (~280Kb). The best solution is to download and install Dave Thomas' most excellent rdoc and generate the API docs yourself; then you'll be sure to have the diff --git a/rexml/rexml.rb b/rexml/rexml.rb --- a/rexml/rexml.rb +++ b/rexml/rexml.rb @@ -2,8 +2,8 @@ # # URL: http://www.germane-software.com/software/rexml # Author: Sean Russell -# Version: 2.4.7 -# Date: +2003/055 +# Version: 2.4.8 +# Date: +2003/112 # @@ -21,7 +21,7 @@ module REXML VERSION_MAJOR = 2 VERSION_MINOR = 4 - RELEASE = 7 + RELEASE = 8 Copyright = 'Copyright #{Time.now.year} Sean Russell ' Date = "+2002/356 "