summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorredman <redman>1999-08-10 23:16:25 (GMT)
committerredman <redman>1999-08-10 23:16:25 (GMT)
commit399c0fbbc698d37a131df0acaa371cfe0c033afa (patch)
treee19d10cbd94aea4206eda6a0fc1186b1d468e3bc /unix/configure.in
parent9d34f16944286a9d17163ef7cf4455b1b863a28d (diff)
downloadtcl-399c0fbbc698d37a131df0acaa371cfe0c033afa.zip
tcl-399c0fbbc698d37a131df0acaa371cfe0c033afa.tar.gz
tcl-399c0fbbc698d37a131df0acaa371cfe0c033afa.tar.bz2
Change version numbers to 8.2.0
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 9cc784b..f57745e 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.46 1999/08/02 21:57:27 redman Exp $
+# RCS: @(#) $Id: configure.in,v 1.47 1999/08/10 23:16:26 redman Exp $
TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=2
-TCL_PATCH_LEVEL="b2"
+TCL_PATCH_LEVEL=".0"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------