mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00

* ext/tk/tcltklib.c: use xfree() for memories allocated by ALLOC(). * ext/tk/tkutil/tkutil.c: ditto. * ext/tk/lib/tkextlib/version.rb: forgot updating. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
91 B
Ruby
6 lines
91 B
Ruby
#
|
|
# release date of tkextlib
|
|
#
|
|
module Tk
|
|
Tkextlib_RELEASE_DATE = '2010-02-01'.freeze
|
|
end
|