summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-01-16 20:44:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-01-16 20:44:24 (GMT)
commit90f1f664938680291c585123226ff1258345487c (patch)
treebe2cac987536e7350362b75e7da50de675b5b65a /unix
parent0888377521223161e6ecfd721eee0bf116bf9c60 (diff)
downloadtcl-90f1f664938680291c585123226ff1258345487c.zip
tcl-90f1f664938680291c585123226ff1258345487c.tar.gz
tcl-90f1f664938680291c585123226ff1258345487c.tar.bz2
* generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish
* library/init.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases * unix/configure.in: and to deal with the fact that the HEAD of * win/configure.in: init.tcl will not [source] in Tcl 8.6b1 . * unix/configure: autoconf-2.59
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index a06232d..f5eb7fc 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.6
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=6
-TCL_PATCH_LEVEL="b1"
+TCL_PATCH_LEVEL="b1.1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index f97ded3..d569862 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.204 2009/01/03 13:55:09 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.205 2009/01/16 20:44:25 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="b1"
+TCL_PATCH_LEVEL="b1.1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------