diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-30 14:53:52 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-30 14:53:52 +0000 |
| commit | 77aef33f673b30c04500ec2f1643f2ab5688cf31 (patch) | |
| tree | 35cc3eaee6606771380cd934689d99ea2e8c3249 /ext/tk/lib/tk.rb | |
| parent | 912754e3108c59c1d57cdc3746a34d2d82d62d6c (diff) | |
| download | ruby-77aef33f673b30c04500ec2f1643f2ab5688cf31.tar.gz ruby-77aef33f673b30c04500ec2f1643f2ab5688cf31.tar.xz ruby-77aef33f673b30c04500ec2f1643f2ab5688cf31.zip | |
* ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension.
* ext/tk/lib/tk/msgcat.rb: ditto.
* ext/tk/lib/tk/winpkg.rb: ditto.
* ext/tk/lib/tkextlib/*: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8537 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 d6811b4e7..e60b4c15f 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4130,7 +4130,7 @@ end #Tk.freeze module Tk - RELEASE_DATE = '2005-05-26'.freeze + RELEASE_DATE = '2005-05-30'.freeze autoload :AUTO_PATH, 'tk/variable' autoload :TCL_PACKAGE_PATH, 'tk/variable' |
