summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-19 18:14:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-19 18:14:48 (GMT)
commit9560f9c34e21f974dd3eb1a7cbb27f60be239a17 (patch)
treec86df5cb1083cc2da03af55274756ba115a2ea9e /unix
parent0c0230dfd0eaba26f68320772e4fdf4edc209ee8 (diff)
downloadtcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.zip
tcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.tar.gz
tcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.tar.bz2
* README: Bump version number to 8.5b3.
* 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')
-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 378be42..620e2d2 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="b2.1"
+TCL_PATCH_LEVEL="b3"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 9fb3a4cf..346ae97 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.170 2007/11/15 04:16:26 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.171 2007/11/19 18:14:50 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="b2.1"
+TCL_PATCH_LEVEL="b3"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 7b2faf1..791ed84 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,11 +1,11 @@
-# $Id: tcl.spec,v 1.31 2007/10/30 19:03:58 dgp Exp $
+# $Id: tcl.spec,v 1.32 2007/11/19 18:14:51 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.5b2.1
+Version: 8.5b3
Release: 2
License: BSD
Group: Development/Languages