diff options
author | hobbs <hobbs@noemail.net> | 2000-09-06 18:50:14 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2000-09-06 18:50:14 (GMT) |
commit | 4f3b9a107b3c425b414cc670003cb1b148af3c06 (patch) | |
tree | ba747ce3a71013a6b7e51876ef68e3bc8dc7ead5 /unix/configure.in | |
parent | c38e422161fbe715f80e3da1c29845c0648ea78d (diff) | |
download | tcl-4f3b9a107b3c425b414cc670003cb1b148af3c06.zip tcl-4f3b9a107b3c425b414cc670003cb1b148af3c06.tar.gz tcl-4f3b9a107b3c425b414cc670003cb1b148af3c06.tar.bz2 |
* README:
* generic/tcl.h:
* library/tcltest1.0/tcltest.tcl:
* tools/tcl.wse.in:
* tools/tcltk-man2html.tcl:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in: updated patchlevel to 8.4a2
FossilOrigin-Name: b15d80ab0ffe4f0b3879c902d33c08bf0850f122
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 055687e..90b2e38 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,12 +3,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.60 2000/08/25 05:45:08 mo Exp $ +# RCS: @(#) $Id: configure.in,v 1.61 2000/09/06 18:50:16 hobbs Exp $ TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="a2" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |