summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-09-27 18:04:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-09-27 18:04:11 (GMT)
commitb88c3948b8dbe1eb1c7d5dc6b628476564adab26 (patch)
tree7183151fb78cbf7a25e8c682ae72c61e49fc6071 /unix
parent694831955b977c69e90746e85d0333a91b97d6f3 (diff)
downloadtcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.zip
tcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.tar.gz
tcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.tar.bz2
* README: Bumped to version 8.4.1 to avoid confusion
* generic/tcl.h: of CVS snapshots with the actual 8.4.0 * tools/tcl.wse.in: release. * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf * win/configure:
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
3 files changed, 5 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure
index d41b94f..8126079 100755
--- a/unix/configure
+++ b/unix/configure
@@ -550,7 +550,7 @@ fi
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL=".0"
+TCL_PATCH_LEVEL=".1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 1b75d0f..79eb60a 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ 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.102 2002/09/02 20:11:05 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.103 2002/09/27 18:04:13 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -11,7 +11,7 @@ AC_PREREQ(2.13)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL=".0"
+TCL_PATCH_LEVEL=".1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 03a2b6d..4d03616 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.14 2002/09/02 20:11:05 hobbs Exp $
+# $Id: tcl.spec,v 1.15 2002/09/27 18:04:13 dgp Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.4.0
+%define version 8.4.1
%define directory /usr/local
Summary: Tcl scripting language development environment