summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-03-04 23:45:39 (GMT)
committerdgp <dgp@noemail.net>2003-03-04 23:45:39 (GMT)
commit5e6c86a15b987c405c01fbb5e023761fd9396e1b (patch)
treeb7af161b6d43e4f57e1a16ca62ffb67e760f162e /unix
parent86375e32ab9e433c90ec6dc457b0def09c26d4d3 (diff)
downloadtcl-5e6c86a15b987c405c01fbb5e023761fd9396e1b.zip
tcl-5e6c86a15b987c405c01fbb5e023761fd9396e1b.tar.gz
tcl-5e6c86a15b987c405c01fbb5e023761fd9396e1b.tar.bz2
* README: Bumped version number of
* generic/tcl.h: Tcl to 8.5a0. * library.init.tcl: * mac/README: * macosx/Tcl.pbproj/project.pbxproc: * tests/basic.test: * tools/configure.in: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/tcl.m4: * tools/configure: autoconf * unix/configure: * win/configure: FossilOrigin-Name: a5f8f0d4395b21c76abe76d7f2b9e621886bed3b
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure6
-rw-r--r--unix/configure.in8
-rw-r--r--unix/tcl.spec4
3 files changed, 9 insertions, 9 deletions
diff --git a/unix/configure b/unix/configure
index 70dcb69..b0e4fab 100755
--- a/unix/configure
+++ b/unix/configure
@@ -545,10 +545,10 @@ fi
-TCL_VERSION=8.4
+TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL=".2"
+TCL_MINOR_VERSION=5
+TCL_PATCH_LEVEL="a0"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 7c405f6..77032a3 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,15 +3,15 @@ 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.106 2003/02/15 02:16:33 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.107 2003/03/04 23:46:19 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
-TCL_VERSION=8.4
+TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL=".2"
+TCL_MINOR_VERSION=5
+TCL_PATCH_LEVEL="a0"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index a04cc44..1e04249 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.16 2003/02/15 02:16:33 hobbs Exp $
+# $Id: tcl.spec,v 1.17 2003/03/04 23:46:21 dgp Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.4.2
+%define version 8.5a0
%define directory /usr/local
Summary: Tcl scripting language development environment