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/branches/ruby_1_8@8798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2005-07-19 06:57:46 +00:00
parent f2b951bc0d
commit 0a5aab8679

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'