From ee2ad73d164dbed8eb70729e573a88e42db57a65 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 11 Jul 2006 09:04:00 +0000 Subject: * ext/tk/lib/multi-tk.rb: security fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/lib/tk.rb') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 32360ac14..4e05af5cc 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4581,7 +4581,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2006-07-10'.freeze + RELEASE_DATE = '2006-07-11'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' -- cgit