1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/tk/lib/tk.rb: forgot to update RELEASE_DATE

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2005-07-19 06:57:46 +00:00
parent 9042a601c8
commit 1fb55b9d77

View file

@ -4195,7 +4195,7 @@ end
#Tk.freeze
module Tk
RELEASE_DATE = '2005-07-13'.freeze
RELEASE_DATE = '2005-07-19'.freeze
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'