* ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.

* ext/tk/lib/tkextlib/tile/dialog.rb: forget to give an argument.
* ext/tk/lib/tkextlib/version.rb: update RELEASE_DATE.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2007-05-25 16:11:23 +00:00
parent 67bb94f747
commit c80c57d940
4 changed files with 12 additions and 3 deletions

View file

@ -2,5 +2,5 @@
# release date of tkextlib
#
module Tk
Tkextlib_RELEASE_DATE = '2007-01-26'.freeze
Tkextlib_RELEASE_DATE = '2007-05-26'.freeze
end