diff options
author | hobbs <hobbs> | 2001-04-02 01:59:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-02 01:59:25 (GMT) |
commit | d8d2831d8da16ea576d8041c240e90f2c41ba5f2 (patch) | |
tree | ac3981fbff7e1dd44418ad9584410844bf9f96f4 /unix | |
parent | fc917e03f0febbf3d08e3490a28a9b99cd14c8e4 (diff) | |
download | tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.zip tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.gz tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.bz2 |
* generic/tcl.h:
* tools/tcl.wse.in:
* win/configure.in (VER):
* win/configure:
* unix/configure:
* unix/configure.in (VER):
* unix/tcl.spec: updated patchlevel information to 8.4a3
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tcl.spec | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure index 0314433..18c186b 100755 --- a/unix/configure +++ b/unix/configure @@ -538,7 +538,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 911501a..8286096 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.63 2000/10/31 00:30:56 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.64 2001/04/02 01:59:26 hobbs Exp $ TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 311dbdc..20c9146 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.6 2000/09/06 18:50:17 hobbs Exp $ +# $Id: tcl.spec,v 1.7 2001/04/02 01:59:26 hobbs Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.4a2 +%define version 8.4a3 %define directory /usr/local Summary: Tcl scripting language development environment |