summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--generic/tcl.h6
-rw-r--r--unix/configure.in4
-rw-r--r--win/README.binary10
-rw-r--r--win/makefile.vc3
5 files changed, 17 insertions, 14 deletions
diff --git a/README b/README
index 0814707..16c26b3 100644
--- a/README
+++ b/README
@@ -1,7 +1,9 @@
README: Tcl
- This is the Tcl 8.1 source distribution.
+ This is the Tcl 8.1.1 source distribution.
+ You can get this release from:
+ http://www.scriptics.com/registration/8.1.1.tml
-RCS: @(#) $Id: README,v 1.18 1999/04/24 01:46:51 stanton Exp $
+RCS: @(#) $Id: README,v 1.19 1999/04/30 23:35:40 stanton Exp $
Contents
--------
@@ -48,7 +50,7 @@ Information about new features in 8.1 can be found at
http://www.scriptics.com/software/whatsnew81.html
Detailed release notes can be found at
- http://www.scriptics.com/software/relnotes/tcl8.1
+ http://www.scriptics.com/software/relnotes/tcl8.1.1
Information about Tcl itself can be found at
http://www.scriptics.com/scripting/
diff --git a/generic/tcl.h b/generic/tcl.h
index b886f3c..9524f87 100644
--- a/generic/tcl.h
+++ b/generic/tcl.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: tcl.h,v 1.42 1999/04/21 21:50:23 rjohnson Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.43 1999/04/30 23:35:40 stanton Exp $
*/
#ifndef _TCL
@@ -45,10 +45,10 @@
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 1
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TCL_RELEASE_SERIAL 0
+#define TCL_RELEASE_SERIAL 1
#define TCL_VERSION "8.1"
-#define TCL_PATCH_LEVEL "8.1.0"
+#define TCL_PATCH_LEVEL "8.1.1"
/*
* The following definitions set up the proper options for Windows
diff --git a/unix/configure.in b/unix/configure.in
index 2458ca9..dd3e49c 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,12 +2,12 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.34 1999/04/30 22:45:05 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.35 1999/04/30 23:35:40 stanton Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=1
-TCL_PATCH_LEVEL=
+TCL_PATCH_LEVEL=1
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then
diff --git a/win/README.binary b/win/README.binary
index 64d2fa0..559077c 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,11 +1,11 @@
-Tcl/Tk 8.1 for Windows, Binary Distribution
+Tcl/Tk 8.1.1 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.6 1999/04/24 01:46:54 stanton Exp $
+RCS: @(#) $Id: README.binary,v 1.7 1999/04/30 23:35:41 stanton Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.1.0 for
+This directory contains the binary distribution of Tcl/Tk 8.1.1 for
Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32
API, so that it will run under Windows NT, Windows 95, and Windows 98.
@@ -32,7 +32,7 @@ Information about new features in Tcl/Tk 8.1 can be found at
http://www.scriptics.com/software/whatsnew81.html
Detailed release notes can be found at
- http://www.scriptics.com/software/relnotes/tcl8.1
+ http://www.scriptics.com/software/relnotes/tcl8.1.1
Information about Tcl itself can be found at
http://www.scriptics.com/scripting/
@@ -47,7 +47,7 @@ There are notes about compiling Tcl at
---------------
The binary release is distributed as a self-extracting archive called
-tcl81.exe. The setup program which will prompt you for an
+tcl811.exe. The setup program which will prompt you for an
installation directory. It will create the installation heirarchy
under the specified directory, and install a wish application icon
under the program manager group of your choice.
diff --git a/win/makefile.vc b/win/makefile.vc
index bd3dec9..f183e4c 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -6,7 +6,7 @@
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
# Copyright (c) 1998-1999 by Scriptics Corporation.
#
-# RCS: @(#) $Id: makefile.vc,v 1.30 1999/04/21 21:50:33 rjohnson Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.31 1999/04/30 23:35:41 stanton Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -62,6 +62,7 @@ NODEBUG = 1
#
#DEBUGDEFINES = -DTCL_MEM_DEBUG -DTCL_COMPILE_DEBUG -DTCL_COMPILE_STATS
#DEBUGDEFINES = -DUSE_TCLALLOC=0
+DEBUGDEFINES = -DTCL_COMPILE_DEBUG
######################################################################
# Do not modify below this line