diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-06 16:24:22 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-06 16:24:22 +0000 |
| commit | 71dfcea8e090c01d21975e9dc2d35135dd425028 (patch) | |
| tree | 6d9a7379e523e169fd0aa82ed8698aa3dc36dcc1 /ext/tk/tcltklib.c | |
| parent | 355d6527a3e40641e2a04ce43d745ff0988e4082 (diff) | |
| download | ruby-71dfcea8e090c01d21975e9dc2d35135dd425028.tar.gz ruby-71dfcea8e090c01d21975e9dc2d35135dd425028.tar.xz ruby-71dfcea8e090c01d21975e9dc2d35135dd425028.zip | |
* ext/tk/tcltklib.c: forgot to update RELEASE_DATE.
* ext/tk/lib/tk.rb: ditto.
* ext/tk/sample/demos-en/menu.rb: commit miss.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9652 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 a4a0d20ca..ac5d4fe7b 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-11-18" +#define TCLTKLIB_RELEASE_DATE "2005-12-07" #include "ruby.h" #include "rubysig.h" |
