diff options
author | davygrvy <davygrvy@pobox.com> | 2003-12-23 02:39:08 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-12-23 02:39:08 (GMT) |
commit | d5377eef74c4adf2bb8b88cf6e34978359be0b02 (patch) | |
tree | 0330a8686604fc5bfa0bbb312fdbab0f7e8ff17b /generic | |
parent | 58ceccd0d10f897051e279a41bf9dc3e0481fdf8 (diff) | |
download | tcl-d5377eef74c4adf2bb8b88cf6e34978359be0b02.zip tcl-d5377eef74c4adf2bb8b88cf6e34978359be0b02.tar.gz tcl-d5377eef74c4adf2bb8b88cf6e34978359be0b02.tar.bz2 |
Removed note that makefile.vc needs to have a version number changed.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 8ac310e..238a2c7 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.168 2003/11/14 23:21:02 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.169 2003/12/23 02:39:08 davygrvy Exp $ */ #ifndef _TCL @@ -43,7 +43,6 @@ extern "C" { * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) * win/configure.in (as above) * win/tcl.m4 (not patchlevel) - * win/makefile.vc (not patchlevel) 2 LOC * win/makefile.bc (not patchlevel) 2 LOC * README (sections 0 and 2) * mac/README (2 LOC, not patchlevel) |