Missed the version upgrades
6 files changed, 16 insertions(+), 16 deletions(-)

M README
M build.xml
M dist.xml
M distributions/ruby-REXML.spec
M documentation.xml
M rexml/rexml.rb
M README +2 -2
@@ 2,8 2,8 @@ REXML is an XML parser for Ruby, in Ruby
 
 URL: http://www.germane-software.com/software/rexml
 Author: Sean Russell <ser@germane-software.com>
-Version: 2.4.7
-Date: +2003/055
+Version: 2.4.8
+Date: +2003/112
 
 
 

          
M build.xml +1 -1
@@ 1,6 1,6 @@ 
 <project name='REXML' default='build-dist' basedir='.'>
 	<property name='version' value='2.4.8'/>
-	<property name='date' value='+2003/110'/>
+	<property name='date' value='+2003/112'/>
 
 	
 	<!-- Build the API docs -->

          
M dist.xml +5 -5
@@ 3,7 3,7 @@ 
 - It must also have either a 'url' or a <documentation> entry. The 'url'
 - attribute overrides the <documentation> entry.
 -->
-<project name='rexml_stable' version='2.4.8' date='+2003/110'>
+<project name='rexml_stable' version='2.4.8' date='+2003/112'>
 
 	<!-- The language the project is in -->
 	<language name='ruby'/>

          
@@ 41,8 41,8 @@ parsers pass 100% of the Oasis XML non-v
 	- A list of archive files.  These files will be copied to the archive
 	- directory.
 	-->
-	<archive	title='API docs (tgz)' file='rexml_api_2.4.7.tgz'/>
-	<archive	title='API docs (zip)' file='rexml_api_2.4.7.zip'/>
-	<archive	title='Stable (tgz)' file='rexml_2.4.7.tgz'/>
-	<archive	title='Stable (zip)' file='rexml_2.4.7.zip'/>
+	<archive	title='API docs (tgz)' file='rexml_api_2.4.8.tgz'/>
+	<archive	title='API docs (zip)' file='rexml_api_2.4.8.zip'/>
+	<archive	title='Stable (tgz)' file='rexml_2.4.8.tgz'/>
+	<archive	title='Stable (zip)' file='rexml_2.4.8.zip'/>
 </project>

          
M distributions/ruby-REXML.spec +1 -1
@@ 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

          
M documentation.xml +4 -4
@@ 12,7 12,7 @@ href="http://www.germane-software.com/sv
 
     <banner href="img/rexml.png" />
 
-    <version>2.4.7</version>
+    <version>2.4.8</version>
 
     <date>+2002/356
 </date>

          
@@ 241,11 241,11 @@ USA</pre> If you&#39;re outside of the U
       <p>The API documentation is available <link
       href="http://www.germane-software.com/software/XML/rexml/doc">on-line</link>,
       or it can be downloaded as an archive <link
-      href="http://www.germane-software.com/software/archives/rexml_api_2.4.7.tbz2">in
+      href="http://www.germane-software.com/software/archives/rexml_api_2.4.8.tbz2">in
       tbz2 format (~40Kb)</link>, <link
-      href="http://www.germane-software.com/software/archives/rexml_api_2.4.7.tgz">in
+      href="http://www.germane-software.com/software/archives/rexml_api_2.4.8.tgz">in
       tgz format (~70Kb)</link>, or (if you&#39;re a masochist) <link
-      href="http://www.germane-software.com/software/archives/rexml_api_2.4.7.zip">in
+      href="http://www.germane-software.com/software/archives/rexml_api_2.4.8.zip">in
       zip format (~280Kb)</link>. The best solution is to download and install
       Dave Thomas&#39; most excellent <link href="http://rdoc.sourceforge.net">rdoc</link>
       and generate the API docs yourself; then you&#39;ll be sure to have the

          
M rexml/rexml.rb +3 -3
@@ 2,8 2,8 @@ 
 # 
 # URL: http://www.germane-software.com/software/rexml
 # Author: Sean Russell <ser@germane-software.com>
-# 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 <ser@germane-software.com>'
 	Date = "+2002/356
 "