diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/configure.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/unix/configure.in b/unix/configure.in index cbae139..2ccfa20 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -2,13 +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.43 1999/06/16 22:36:24 surles Exp $ +# RCS: @(#) $Id: configure.in,v 1.44 1999/06/25 23:29:54 welch Exp $ -TCL_VERSION=8.1 +TCL_VERSION=8.2 TCL_MAJOR_VERSION=8 -TCL_MINOR_VERSION=1 -# The patch level should be blank for all patch releases (i.e. non-alpha/beta) -TCL_PATCH_LEVEL= +TCL_MINOR_VERSION=2 +TCL_PATCH_LEVEL="b1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |