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: update RELEASE_DATE

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2005-10-24 02:07:04 +00:00
parent f316151111
commit 2fc1b894a2

View file

@ -4443,7 +4443,7 @@ end
#Tk.freeze
module Tk
RELEASE_DATE = '2005-10-23'.freeze
RELEASE_DATE = '2005-10-24'.freeze
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'