summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-23 19:42:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-23 19:42:17 (GMT)
commit63819167063bbaa8f911319dfe1186f810be2770 (patch)
tree11f4ba5ba29364e1ca4bea475efc78f4a93b405c /unix
parent107b685b8ae0e89c658570753cd781a4f32a6c1d (diff)
downloadtcl-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')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
3 files changed, 5 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure
index 59be384..3daecfe 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1333,7 +1333,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a5"
+TCL_PATCH_LEVEL="a6"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
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}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 2459e1b..e62e476 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,11 +1,11 @@
-# $Id: tcl.spec,v 1.25 2006/05/04 14:01:27 dgp Exp $
+# $Id: tcl.spec,v 1.26 2006/10/23 19:42:19 dgp Exp $
# This file is the basis for a binary Tcl RPM for Linux.
%{!?directory:%define directory /usr/local}
Name: tcl
Summary: Tcl scripting language development environment
-Version: 8.5a5
+Version: 8.5a6
Release: 2
License: BSD
Group: Development/Languages