summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-18 19:21:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-18 19:21:58 (GMT)
commit8a5f0dbbec9daac56f2e20b47a49e915fff54e47 (patch)
tree8c512864cf347e1bcba06e794f85487e64b7887e /generic
parent0f1863c2c36d7a477e3e5a245cc8120fe5645206 (diff)
downloadtk-8a5f0dbbec9daac56f2e20b47a49e915fff54e47.zip
tk-8a5f0dbbec9daac56f2e20b47a49e915fff54e47.tar.gz
tk-8a5f0dbbec9daac56f2e20b47a49e915fff54e47.tar.bz2
* unix/configure: autoconf-2.59 (FC6 fork)
* win/configure: * README: Bump version number to 8.5a7 * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in:
Diffstat (limited to 'generic')
-rw-r--r--generic/tk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.h b/generic/tk.h
index 2e76231..218b16a 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.97 2007/05/14 20:58:26 dgp Exp $
+ * RCS: @(#) $Id: tk.h,v 1.98 2007/05/18 19:21:58 dgp Exp $
*/
#ifndef _TK
@@ -48,10 +48,10 @@ extern "C" {
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 5
#define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE
-#define TK_RELEASE_SERIAL 6
+#define TK_RELEASE_SERIAL 7
#define TK_VERSION "8.5"
-#define TK_PATCH_LEVEL "8.5a6"
+#define TK_PATCH_LEVEL "8.5a7"
#ifndef _TCL
# include <tcl.h>