summaryrefslogtreecommitdiffstats
path: root/unix
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
parent743cfac13a8bf0eeb9c73cdb78251211c6431c66 (diff)
downloadtcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.zip
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.gz
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.bz2
Bumped version number to 8.4.0
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in6
-rw-r--r--unix/tcl.spec4
3 files changed, 6 insertions, 6 deletions
diff --git a/unix/configure b/unix/configure
index 267395e..4be0587 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="b3"
+TCL_PATCH_LEVEL=".0"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
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 */
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 7b17f7a..03a2b6d 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.13 2002/08/20 15:33:34 dgp Exp $
+# $Id: tcl.spec,v 1.14 2002/09/02 20:11:05 hobbs Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.4b3
+%define version 8.4.0
%define directory /usr/local
Summary: Tcl scripting language development environment