summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-12 15:10:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-12 15:10:31 (GMT)
commit548d5bd4026829d315d293d2fce922b155fcdf4f (patch)
treea31a2fae07e19f4c10d4981fabf5426b29a3e3b4 /unix/configure.in
parent82d9d352c73e5c04dbe6d8ca0e3349dbdf5e187c (diff)
downloadtcl-548d5bd4026829d315d293d2fce922b155fcdf4f.zip
tcl-548d5bd4026829d315d293d2fce922b155fcdf4f.tar.gz
tcl-548d5bd4026829d315d293d2fce922b155fcdf4f.tar.bz2
* README: Bump version number to 8.6a2
* generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
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 097ca7f..1caed5e 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.185 2008/07/13 09:03:41 msofer Exp $
+# RCS: @(#) $Id: configure.in,v 1.186 2008/08/12 15:10:40 dgp Exp $
AC_INIT([tcl],[8.6])
AC_PREREQ(2.59)
@@ -27,7 +27,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=8.6
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=6
-TCL_PATCH_LEVEL="a1"
+TCL_PATCH_LEVEL="a2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------