diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | win/configure.in | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,8 @@ 1999-08-02 Scott Redman <redman@scriptics.com> + * unix/configure.in: + * win/configure.in: Change beta level to b2. + * generic/tcl.h: * generic/tcl.decls: * generic/tclDecls.h: diff --git a/unix/configure.in b/unix/configure.in index b654eba..9cc784b 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.45 1999/06/30 18:39:45 wart Exp $ +# RCS: @(#) $Id: configure.in,v 1.46 1999/08/02 21:57:27 redman Exp $ TCL_VERSION=8.2 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=2 -TCL_PATCH_LEVEL="b1" +TCL_PATCH_LEVEL="b2" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/win/configure.in b/win/configure.in index 91f0ffd..a53e7fd 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,14 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.11 1999/07/30 23:31:32 wart Exp $ +# RCS: @(#) $Id: configure.in,v 1.12 1999/08/02 21:57:32 redman Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.2 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=2 -TCL_PATCH_LEVEL=b1 +TCL_PATCH_LEVEL=b2 VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION #-------------------------------------------------------------------- |