diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-23 17:53:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-23 17:53:22 (GMT) |
commit | 17c30a6f1929c5d3702ba39727616c8ba5f8768d (patch) | |
tree | 24bea95f313319b9d083827e43ff3f7261bc1e4e /unix/configure.in | |
parent | 0f441713057a390c4a919aad2aefcd69777e8666 (diff) | |
download | tcl-17c30a6f1929c5d3702ba39727616c8ba5f8768d.zip tcl-17c30a6f1929c5d3702ba39727616c8ba5f8768d.tar.gz tcl-17c30a6f1929c5d3702ba39727616c8ba5f8768d.tar.bz2 |
* README: Bump version number to 8.4.15
* generic/tcl.h:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
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 4a3b7ae..656e4c9 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.2.31 2006/09/12 22:52:10 andreas_kupries Exp $ +# RCS: @(#) $Id: configure.in,v 1.106.2.32 2006/10/23 17:53:27 dgp 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=".14" +TCL_PATCH_LEVEL=".15" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |