mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy
Kemper. [ruby-core:20113] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9b6c9406a
commit
0df96eb787
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Feb 3 11:40:05 2009 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy
|
||||||
|
Kemper. [ruby-core:20113]
|
||||||
|
|
||||||
Mon Feb 2 20:49:24 2009 Akinori MUSHA <knu@iDaemons.org>
|
Mon Feb 2 20:49:24 2009 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
|
* enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# online[http://www.germane-software.com/software/rexml/docs/tutorial.html]
|
# online[http://www.germane-software.com/software/rexml/docs/tutorial.html]
|
||||||
module REXML
|
module REXML
|
||||||
COPYRIGHT = "Copyright \xC2\xA9 2001-2006 Sean Russell <ser@germane-software.com>"
|
COPYRIGHT = "Copyright \xC2\xA9 2001-2006 Sean Russell <ser@germane-software.com>"
|
||||||
VERSION = "3.1.7.2"
|
VERSION = "3.1.7.3"
|
||||||
DATE = "2007/275"
|
DATE = "2007/275"
|
||||||
REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip
|
REVISION = "$Revision$".gsub(/\$Revision:|\$/,'').strip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue