diff options
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 4 | ||||
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tcl.spec | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/unix/configure b/unix/configure index 602d4de..01852bd 100755 --- a/unix/configure +++ b/unix/configure @@ -533,12 +533,12 @@ else fi -# RCS: @(#) $Id: configure.in,v 1.70 2001/07/11 00:59:31 mdejong Exp $ +# RCS: @(#) $Id: configure,v 1.16 2001/08/07 00:48:22 hobbs Exp $ TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 1c1d6be..0fd1951 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 Tcl installation dnl to configure the system for the local environment. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.70 2001/07/11 00:59:31 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.71 2001/08/08 22:28:24 dgp Exp $ TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 20c9146..c113392 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.7 2001/04/02 01:59:26 hobbs Exp $ +# $Id: tcl.spec,v 1.8 2001/08/08 22:28:24 dgp Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.4a3 +%define version 8.4a4 %define directory /usr/local Summary: Tcl scripting language development environment |