summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-19 18:14:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-19 18:14:48 (GMT)
commit9560f9c34e21f974dd3eb1a7cbb27f60be239a17 (patch)
treec86df5cb1083cc2da03af55274756ba115a2ea9e /generic
parent0c0230dfd0eaba26f68320772e4fdf4edc209ee8 (diff)
downloadtcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.zip
tcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.tar.gz
tcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.tar.bz2
* README: Bump version number to 8.5b3.
* generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * 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 4fea610..f9fdb1f 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.243 2007/10/30 19:03:56 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.244 2007/11/19 18:14:48 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_BETA_RELEASE
-#define TCL_RELEASE_SERIAL 2
+#define TCL_RELEASE_SERIAL 3
#define TCL_VERSION "8.5"
-#define TCL_PATCH_LEVEL "8.5b2.1"
+#define TCL_PATCH_LEVEL "8.5b3"
/*
* The following definitions set up the proper options for Windows compilers.