summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--unix/configure.in4
2 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 647b6a3..7e21803 100644
--- a/README
+++ b/README
@@ -4,15 +4,15 @@ README: Tk
service to the Tcl community by Scriptics Corporation.
http://www.scriptics.com/
-RCS: @(#) $Id: README,v 1.15.2.1 1999/04/22 23:05:56 welch Exp $
+RCS: @(#) $Id: README,v 1.15.2.2 1999/05/14 02:19:14 stanton Exp $
1. Introduction
---------------
This directory contains the sources and documentation for Tk, an X11
toolkit implemented with the Tcl scripting language. The information
-here corresponds to release 8.1.0, which is the final release for Tk
-8.1.
+here corresponds to release 8.1.1, which is the first patch release
+for Tk 8.1.
For details on features, incompatibilities, and potential problems with
this release, see the Tcl/Tk 8.1 Web page at
diff --git a/unix/configure.in b/unix/configure.in
index 6f183c3..f2f2057 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,12 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.31.2.1 1999/04/29 16:38:40 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.31.2.2 1999/05/14 02:19:15 stanton Exp $
TK_VERSION=8.1
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=1
-TK_PATCH_LEVEL=
+TK_PATCH_LEVEL=1
VERSION=${TK_VERSION}
if test "${prefix}" = "NONE"; then