summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-12-10 23:00:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-12-10 23:00:27 (GMT)
commit140fb3e960a840ad859124661029bd212a210812 (patch)
treeec8803142e162b7b8e959919ea7afa626b7a0aae /unix
parent624c39990f6db4c1318669baef61b8521e063a54 (diff)
downloadtcl-140fb3e960a840ad859124661029bd212a210812.zip
tcl-140fb3e960a840ad859124661029bd212a210812.tar.gz
tcl-140fb3e960a840ad859124661029bd212a210812.tar.bz2
Bump to a3 to prevent confusion with a2 release.
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 9ca3315..f19df49 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.123 2004/11/26 11:18:01 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.124 2004/12/10 23:00:32 dkf Exp $
AC_INIT([tcl],[8.5])
AC_PREREQ(2.57)
@@ -13,7 +13,7 @@ dnl AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H])
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a2"
+TCL_PATCH_LEVEL="a3"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index bf77c29..ab1ed9e 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.20 2004/03/26 19:47:29 dgp Exp $
+# $Id: tcl.spec,v 1.21 2004/12/10 23:00:32 dkf Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.5a2
+%define version 8.5a3
%define directory /usr/local
Summary: Tcl scripting language development environment