diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-22 08:36:00 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-22 08:36:00 +0000 |
commit | d8cd7516c5d0ff56842ad4dbd676aca2b0e9f137 (patch) | |
tree | 981ca0afc3674033f6ef66571a436b593e6b30df /ext/tk/tcltklib.c | |
parent | c5dd07925a08f74ab3c85faa0a4a82f78613e572 (diff) |
updated TCLTKLIB_RELEASE_DATE
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/tcltklib.c')
-rw-r--r-- | ext/tk/tcltklib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 8b3de85b88..e93fc04cc9 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -4,7 +4,7 @@ * Oct. 24, 1997 Y. Matsumoto */ -#define TCLTKLIB_RELEASE_DATE "2005-04-12" +#define TCLTKLIB_RELEASE_DATE "2005-04-22" #include "ruby.h" #include "rubysig.h" |