diff options
author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-28 13:28:30 +0000 |
---|---|---|
committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-28 13:28:30 +0000 |
commit | 7e168983ce133427289d53d159a1e354abb4e92e (patch) | |
tree | 39339b34942b981f71157109f4e3c8e032aa54e7 /lib/rexml/rexml.rb | |
parent | 0e83f22cf5c79d73f8723e91c7e9460849b0f494 (diff) |
Fixes a bug in the pretty printer related to an incomplete refactoring.
Merge code cleanups
Fixes another bug related to the formatting code refactoring in 3.1.7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/rexml.rb')
-rw-r--r-- | lib/rexml/rexml.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/rexml/rexml.rb b/lib/rexml/rexml.rb index c306e65062..e9575ff418 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 <serATgermaneHYPHENsoftwareDOTcom> -# Version:: 3.1.7 -# Date:: 2007/206 +# Version:: 3.1.7.1 +# Date:: 2007/209 # # 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,9 +21,9 @@ # online[http://www.germane-software.com/software/rexml/docs/tutorial.html] module REXML COPYRIGHT = "Copyright © 2001-2007 Sean Russell <[email protected]>" - DATE = "2007/206" - VERSION = "3.1.7" - REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip + DATE = "2007/209" + VERSION = "3.1.7.1" + REVISION = "$Revision: 1270$".gsub(/\$Revision:|\$/,'').strip REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip Copyright = COPYRIGHT |