summaryrefslogtreecommitdiffstats
path: root/ext/tk/lib
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-23 04:17:03 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-23 04:17:03 +0000
commit1122cae3bf11d180b30d5d0fa41cfb124854a605 (patch)
tree5ef382441ec9e73d90dfc93f84062bfe598dd98c /ext/tk/lib
parent8169da2b9e84f55e73be16c50189beee6bd8bea2 (diff)
downloadruby-1122cae3bf11d180b30d5d0fa41cfb124854a605.tar.gz
ruby-1122cae3bf11d180b30d5d0fa41cfb124854a605.tar.xz
ruby-1122cae3bf11d180b30d5d0fa41cfb124854a605.zip
* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATE
* ext/tcltklib/extconf.rb: ditto * ext/tk/lib/tkutil.c: define Tk::RELEASE_DATE * ext/tk/lib/tk.rb: define Tk::RELEASE_DATE git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib')
-rw-r--r--ext/tk/lib/tk.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index 97535af12..69f2b4f2f 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -3940,6 +3940,8 @@ end
#Tk.freeze
module Tk
+ RELEASE_DATE = '2004-12-23'.freeze
+
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'
autoload :PACKAGE_PATH, 'tk/variable'