summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2002-03-06 15:20:23 (GMT)
committerdkf <dkf@noemail.net>2002-03-06 15:20:23 (GMT)
commit97a58d3471317e6a542b3188e163897f2447e457 (patch)
treea19328ff68e41d904937d3e1decf265f8ed5baf1 /unix
parentc10c6c43ec856ac908e4c0d979c6461329bbf8dd (diff)
downloadtcl-97a58d3471317e6a542b3188e163897f2447e457.zip
tcl-97a58d3471317e6a542b3188e163897f2447e457.tar.gz
tcl-97a58d3471317e6a542b3188e163897f2447e457.tar.bz2
Bumped patchlevel; might need changing in the future, but it makes life
easier for now. FossilOrigin-Name: ec6fb057127bd82da906933671e760c350eac5d7
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
2 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.in b/unix/configure.in
index c09e880..be5cbbc 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,14 +3,14 @@ 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.
#
-# RCS: @(#) $Id: configure.in,v 1.82 2002/02/15 14:28:50 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.83 2002/03/06 15:20:23 dkf Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a4"
+TCL_PATCH_LEVEL="a5"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index de78478..15204a7 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.9 2002/03/05 20:31:42 hobbs Exp $
+# $Id: tcl.spec,v 1.10 2002/03/06 15:20:23 dkf Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.4a4
+%define version 8.4a5
%define directory /usr/local
Summary: Tcl scripting language development environment