mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
b69b1af650
* 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/trunk@12388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
91 B
Ruby
6 lines
91 B
Ruby
#
|
|
# release date of tkextlib
|
|
#
|
|
module Tk
|
|
Tkextlib_RELEASE_DATE = '2007-05-26'.freeze
|
|
end
|