summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-12-13 17:44:38 (GMT)
committerdgp <dgp@noemail.net>2002-12-13 17:44:38 (GMT)
commit456a333760f4414f306618a7deb3fffaa01984ec (patch)
tree3bc2661d258046e279d63f198482fcc15c823f5f /unix
parent03601b802956fa8a856e342f3035467c41af3f4c (diff)
downloadtcl-456a333760f4414f306618a7deb3fffaa01984ec.zip
tcl-456a333760f4414f306618a7deb3fffaa01984ec.tar.gz
tcl-456a333760f4414f306618a7deb3fffaa01984ec.tar.bz2
* unix/configure.in: Updated configure of CVS snapshots to reflect
* win/configure.in: the 8.4.1.1 patchlevel. * unix/configure: autoconf * win/configure autoconf FossilOrigin-Name: 641553c0de85c30fb3b38efe46b19dc8582329c5
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index f8082b0..7584d1b 100755
--- a/unix/configure
+++ b/unix/configure
@@ -548,7 +548,7 @@ fi
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL=".1"
+TCL_PATCH_LEVEL=".1.1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 2d51ff8..659df0c 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.104 2002/10/10 04:56:22 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.105 2002/12/13 17:45:43 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=".1"
+TCL_PATCH_LEVEL=".1.1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------