summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-02 20:10:56 (GMT)
committerhobbs <hobbs>2002-09-02 20:10:56 (GMT)
commitb532e9030fc637f2c240f82dc62d5d4c9ef7b761 (patch)
treed11d831a877e98b5c86d79f9dd504ebe6bad5aba /unix/configure.in
parent743cfac13a8bf0eeb9c73cdb78251211c6431c66 (diff)
downloadtcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.zip
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.gz
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.bz2
Bumped version number to 8.4.0
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 1ef5729..1b75d0f 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.101 2002/08/31 06:09:46 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.102 2002/09/02 20:11:05 hobbs 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="b3"
+TCL_PATCH_LEVEL=".0"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
@@ -389,7 +389,7 @@ AC_CACHE_VAL(tcl_cv_putenv_copy,
strcpy((char *)(strchr(foo, '=') + 1), "no");
bar = getenv("havecopy");
if (!strcmp(bar, "no")) {
- /* doesn't copy */
+ /* doesnt copy */
return 0;
} else {
/* does copy */