summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-07 14:03:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-07 14:03:37 (GMT)
commit75e6a3beeb39aae93e43a78e9fee71e540038588 (patch)
treeace31d0238ae89c9a9d20b051e5f8a4b69a079f2 /unix
parent665306595a3bc3b92d851d4df40e62875e0442e4 (diff)
downloadtcl-75e6a3beeb39aae93e43a78e9fee71e540038588.zip
tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.tar.gz
tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.tar.bz2
Bump patchlevel to a4
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
2 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 6f07302..f4b36ed 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.133 2005/05/31 12:29:05 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.134 2005/06/07 14:03:52 dkf Exp $
AC_INIT([tcl],[8.5])
AC_PREREQ(2.57)
@@ -17,7 +17,7 @@ dnl AH_BOTTOM([#endif /* _TCLCONFIG */])
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 0c2baf9..3d1fe48 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.22 2005/05/10 18:35:27 kennykb Exp $
+# $Id: tcl.spec,v 1.23 2005/06/07 14:03:53 dkf Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.5a3
+%define version 8.5a4
%define directory /usr/local
Summary: Tcl scripting language development environment