From b693f0f55c7e67f6ef907492fb89d5788af1fe81 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/branches/ruby_1_8@8798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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