mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9e415266a8
* 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
|