diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-11 09:04:00 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-07-11 09:04:00 +0000 |
| commit | 8d0106a96b4eaf32804415433de6767684f701ba (patch) | |
| tree | 8501c6816402e878b47df883796abdb3f3422030 /ext/tk/lib/tk.rb | |
| parent | 4aea8baa3551e8bc88dbcbb447c42fbb169cae07 (diff) | |
| download | ruby-8d0106a96b4eaf32804415433de6767684f701ba.tar.gz ruby-8d0106a96b4eaf32804415433de6767684f701ba.tar.xz ruby-8d0106a96b4eaf32804415433de6767684f701ba.zip | |
* ext/tk/lib/multi-tk.rb: security fix.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
| -rw-r--r-- | ext/tk/lib/tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
