summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2003-05-15 18:59:35 (GMT)
committerhobbs <hobbs@noemail.net>2003-05-15 18:59:35 (GMT)
commit613c2eac36dc830a257373aad71b1e0e7dacda62 (patch)
tree0ad884b3d180d1de3ff8f5ad31f30a061afcdd3d /unix/configure.in
parent936ddd4f4f3ec3c3777b7ed6e2fa9b7b941fb1f8 (diff)
downloadtcl-613c2eac36dc830a257373aad71b1e0e7dacda62.zip
tcl-613c2eac36dc830a257373aad71b1e0e7dacda62.tar.gz
tcl-613c2eac36dc830a257373aad71b1e0e7dacda62.tar.bz2
bumped version to 8.4.3
FossilOrigin-Name: c5577cdce4dd0d8f76fd600a796ce04671867331
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 7c405f6..cca8bb3 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.106 2003/02/15 02:16:33 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.106.2.1 2003/05/15 18:59:38 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=".2"
+TCL_PATCH_LEVEL=".3"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------