summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-04-30 21:15:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-04-30 21:15:42 (GMT)
commit6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81 (patch)
treed550ea733f0201576c408c6764ed0bd66975357e /unix
parentfc29863f3fe1e359b0a7727e0b8a46d7b5cef69e (diff)
downloadtcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.zip
tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.gz
tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.bz2
* generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish
* library/init.tcl: CVS snapshots from earlier snapshots as well * unix/configure.in: as the 8.6b1 and 8.6b2 releases. * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
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 24729b9..3f025a8 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.1"
+TCL_PATCH_LEVEL="b1.2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 26f9bc0..0ff790f 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.211 2010/02/22 23:31:41 nijtmans Exp $
+# RCS: @(#) $Id: configure.in,v 1.212 2010/04/30 21:15:42 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.1"
+TCL_PATCH_LEVEL="b1.2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------