summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-04-10 16:54:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-04-10 16:54:51 (GMT)
commita99ad7f41b3dbd65623605dfe2a7a1a84d225b6b (patch)
treeefdc41d30095a2feb652c3468def16235d4f2ed0 /generic
parent47e1c81009e30a84cb47e15b40dac9ee254136b6 (diff)
downloadtcl-a99ad7f41b3dbd65623605dfe2a7a1a84d225b6b.zip
tcl-a99ad7f41b3dbd65623605dfe2a7a1a84d225b6b.tar.gz
tcl-a99ad7f41b3dbd65623605dfe2a7a1a84d225b6b.tar.bz2
* generic/tcl.h: Bump to 8.5.7 for release.
* library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure:
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 033ac05..184c0bb 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.254.2.8 2008/12/21 20:59:01 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.254.2.9 2009/04/10 16:54:51 dgp Exp $
*/
#ifndef _TCL
@@ -60,10 +60,10 @@ extern "C" {
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 5
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TCL_RELEASE_SERIAL 6
+#define TCL_RELEASE_SERIAL 7
#define TCL_VERSION "8.5"
-#define TCL_PATCH_LEVEL "8.5.6"
+#define TCL_PATCH_LEVEL "8.5.7"
/*
* The following definitions set up the proper options for Windows compilers.