diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-23 19:42:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-23 19:42:17 (GMT) |
commit | 63819167063bbaa8f911319dfe1186f810be2770 (patch) | |
tree | 11f4ba5ba29364e1ca4bea475efc78f4a93b405c /unix/configure.in | |
parent | 107b685b8ae0e89c658570753cd781a4f32a6c1d (diff) | |
download | tcl-63819167063bbaa8f911319dfe1186f810be2770.zip tcl-63819167063bbaa8f911319dfe1186f810be2770.tar.gz tcl-63819167063bbaa8f911319dfe1186f810be2770.tar.bz2 |
* README: Bump version number to 8.5a6
* generic/tcl.h:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.59
* 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 91f8be8..9c8bfaa 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.149 2006/10/19 22:36:52 rmax Exp $ +# RCS: @(#) $Id: configure.in,v 1.150 2006/10/23 19:42:19 dgp Exp $ AC_INIT([tcl],[8.5]) AC_PREREQ(2.59) @@ -27,7 +27,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a5" +TCL_PATCH_LEVEL="a6" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |