diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 14:20:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-08 14:20:24 (GMT) |
commit | 6753f769a8f61f517bb79bdb80e21dabd20b2913 (patch) | |
tree | 592b47d097f9be7fa1209972e873df209b4bfba2 /generic | |
parent | eb7f2caea1a9715fcebae7c6489e545e56697d58 (diff) | |
parent | 7f848a3e85d288409cc73c957717a2a9f83ea47a (diff) | |
download | tcl-6753f769a8f61f517bb79bdb80e21dabd20b2913.zip tcl-6753f769a8f61f517bb79bdb80e21dabd20b2913.tar.gz tcl-6753f769a8f61f517bb79bdb80e21dabd20b2913.tar.bz2 |
Merge trunk
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 49f6a0c..55d656d 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -38,8 +38,8 @@ extern "C" { * update the version numbers: * * library/init.tcl (1 LOC patch) - * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) - * win/configure.in (as above) + * unix/configure.ac (2 LOC Major, 2 LOC minor, 1 LOC patch) + * win/configure.ac (as above) * win/tcl.m4 (not patchlevel) * win/makefile.bc (not patchlevel) 2 LOC * README (sections 0 and 2, with and without separator) |