summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2006-10-23 20:31:48 (GMT)
committerdgp@users.sourceforge.net <dgp>2006-10-23 20:31:48 (GMT)
commit520bca18adec01d136a64c7db1940e3031fcc49e (patch)
treec1abd84895b3b1dfc01af570bcc1c54db89823b4 /generic
parent9faadd7b8c61a766a49348aae1163d6cf8db7384 (diff)
downloadtk-520bca18adec01d136a64c7db1940e3031fcc49e.zip
tk-520bca18adec01d136a64c7db1940e3031fcc49e.tar.gz
tk-520bca18adec01d136a64c7db1940e3031fcc49e.tar.bz2
* README: Bump version number to 8.5a6
* generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
Diffstat (limited to 'generic')
-rw-r--r--generic/tk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h
index 482cb21..644908c 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.90 2006/10/23 19:46:13 dgp Exp $
+ * RCS: @(#) $Id: tk.h,v 1.91 2006/10/23 20:31:48 dgp Exp $
*/
#ifndef _TK
@@ -30,7 +30,7 @@ extern "C" {
* When version numbers change here, you must also go into the following files
* and update the version numbers:
*
- * library/tk.tcl (only if Major.minor changes, not patchlevel)
+ * library/tk.tcl (2 LOC patch)
* unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch)
* win/configure.in (as above)
* README (sections 0 and 1)