diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-23 16:23:30 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-23 16:23:30 +0000 |
| commit | 39216670eb99d6d13f41d0ef9623f3d3fa2a08fd (patch) | |
| tree | e50a238f70f1071c9ae47fd79562d304bd55230d /ext/tk/lib/tk.rb | |
| parent | 1ac3ca2fa44c29c44b4ae7724cfcf343963db194 (diff) | |
| download | ruby-39216670eb99d6d13f41d0ef9623f3d3fa2a08fd.tar.gz ruby-39216670eb99d6d13f41d0ef9623f3d3fa2a08fd.tar.xz ruby-39216670eb99d6d13f41d0ef9623f3d3fa2a08fd.zip | |
* ext/tk/lib/tkextlib/blt.rb: add BLT extension support
* ext/tk/lib/tkextlib/blt/*.rb: ditto
* ext/tk/lib/tkextlib/blt/tile/*.rb: ditto
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7645 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 69f2b4f2f..ab0c1a098 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-23'.freeze + RELEASE_DATE = '2004-12-24'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |
