diff options
author | davygrvy <davygrvy> | 2003-12-23 03:00:33 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2003-12-23 03:00:33 (GMT) |
commit | 2619e22d4ea23190ba6ec31bdd7751177e86212e (patch) | |
tree | f770b15c3815fd2afb9190a30e70a3253296144b | |
parent | 0eec9611c788b11eb101cbe8ddfaf30bf94b3975 (diff) | |
download | tk-2619e22d4ea23190ba6ec31bdd7751177e86212e.zip tk-2619e22d4ea23190ba6ec31bdd7751177e86212e.tar.gz tk-2619e22d4ea23190ba6ec31bdd7751177e86212e.tar.bz2 |
removed the note about having to update makefile.vc when the version changes.
-rw-r--r-- | generic/tk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index debac6c..459c9f6 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.76 2003/03/06 15:05:26 dkf Exp $ + * RCS: @(#) $Id: tk.h,v 1.77 2003/12/23 03:00:33 davygrvy Exp $ */ #ifndef _TK @@ -33,7 +33,6 @@ extern "C" { * library/tk.tcl (only if Major.minor changes, not patchlevel) * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) * win/configure.in (as above) - * win/makefile.vc (not patchlevel) * README (sections 0 and 1) * mac/README (not patchlevel) * macosx/Wish.pbproj/project.pbxproj |