diff options
author | escoffon <escoffon> | 1998-10-13 19:03:52 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-10-13 19:03:52 (GMT) |
commit | 70f31cd5c93f7fc20debf6d0547326c3f40d2cc2 (patch) | |
tree | 384cf7c406676a92d8682c372063c35702a0dd9a /unix/configure.in | |
parent | b091a84076a589e3188f5762fcbaf1ccc3556dda (diff) | |
download | tcl-70f31cd5c93f7fc20debf6d0547326c3f40d2cc2.zip tcl-70f31cd5c93f7fc20debf6d0547326c3f40d2cc2.tar.gz tcl-70f31cd5c93f7fc20debf6d0547326c3f40d2cc2.tar.bz2 |
Bumped patch number to 8.0.4
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 86d189b..f45c859 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -2,12 +2,12 @@ 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. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.19 1998/09/14 18:40:15 stanton Exp $ +# RCS: @(#) $Id: configure.in,v 1.20 1998/10/13 19:03:53 escoffon Exp $ TCL_VERSION=8.0 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=0 -TCL_PATCH_LEVEL=".3" +TCL_PATCH_LEVEL=".4" VERSION=${TCL_VERSION} if test "${prefix}" = "NONE"; then |