ruby/ext/tk/lib/tkextlib/version.rb
nagai b287873344 * ext/tk/lib/tk/itemconfig.rb: minor bug fix.
* ext/tk/lib/tkextlib/tile/treeview.rb : ditto.
* ext/tk/lib/tkextlib/blt/table.rb: fix bugs which forbade use of
  '::blt::table' command. Now, probably, it'll works properly.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-11-07 09:11:38 +00:00

6 lines
91 B
Ruby

#
# release date of tkextlib
#
module Tk
Tkextlib_RELEASE_DATE = '2006-11-07'.freeze
end