summaryrefslogtreecommitdiffstats
path: root/ext/tk
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-24 02:07:04 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-24 02:07:04 +0000
commit225a04de6dfcbc8009f2c1643726663b19ee6778 (patch)
tree5d37c31c57cc440f4c738f2b076dbcbd3465e0fa /ext/tk
parent979f2bd0fb115c70ca5f646c46a876470ddd1d34 (diff)
downloadruby-225a04de6dfcbc8009f2c1643726663b19ee6778.tar.gz
ruby-225a04de6dfcbc8009f2c1643726663b19ee6778.tar.xz
ruby-225a04de6dfcbc8009f2c1643726663b19ee6778.zip
* ext/tk/lib/tk.rb: update RELEASE_DATE
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
-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 3f3a136b8..7e501753e 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -4443,7 +4443,7 @@ end
#Tk.freeze
module Tk
- RELEASE_DATE = '2005-10-23'.freeze
+ RELEASE_DATE = '2005-10-24'.freeze
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'