summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-23 20:26:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-23 20:26:11 (GMT)
commita45dac076ba36370d50f550d483af81d54f88513 (patch)
treef274e5fa7e8f1957a7f732eba3a7c7bffeafa793 /generic
parent63819167063bbaa8f911319dfe1186f810be2770 (diff)
downloadtcl-a45dac076ba36370d50f550d483af81d54f88513.zip
tcl-a45dac076ba36370d50f550d483af81d54f88513.tar.gz
tcl-a45dac076ba36370d50f550d483af81d54f88513.tar.bz2
* README: Bump version number to 8.5a6
* generic/tcl.h: * library init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index a0b51de..af6784c 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.221 2006/10/23 19:42:18 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.222 2006/10/23 20:26:11 dgp Exp $
*/
#ifndef _TCL
@@ -39,7 +39,7 @@ extern "C" {
* When version numbers change here, must also go into the following files and
* update the version numbers:
*
- * library/init.tcl (only if Major.minor changes, not patchlevel) 1 LOC
+ * library/init.tcl (1 LOC patch)
* unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch)
* win/configure.in (as above)
* win/tcl.m4 (not patchlevel)