From 5b62f128215e1616eae5e1b3f194877dc8470054 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 19 Jul 2005 06:57:46 +0000 Subject: * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/lib') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 5bd6b3da8..004e9e8f6 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -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' -- cgit