summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-27 11:04:21 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-27 11:04:21 +0000
commitfd711eed4b9ac31268aee2e07b2ed64c9fe93756 (patch)
tree0ef3edfd59497f4e35ea66462c692182d1af0f03 /ext/tk/lib/tk.rb
parentf15aec6deb8e2ad0610f4eab723461728b72bc60 (diff)
downloadruby-fd711eed4b9ac31268aee2e07b2ed64c9fe93756.tar.gz
ruby-fd711eed4b9ac31268aee2e07b2ed64c9fe93756.tar.xz
ruby-fd711eed4b9ac31268aee2e07b2ed64c9fe93756.zip
* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interp
* ext/tk/lib/multi-tk.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r--ext/tk/lib/tk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index ab0c1a098..9dae5f089 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -3940,7 +3940,7 @@ end
#Tk.freeze
module Tk
- RELEASE_DATE = '2004-12-24'.freeze
+ RELEASE_DATE = '2004-12-27'.freeze
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'