summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
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 be92577..519ad1f 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1277,7 +1277,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a1"
+TCL_PATCH_LEVEL="a2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index b9a8830..34d5019 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.111 2004/03/02 00:42:51 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.112 2004/03/26 19:47:29 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
@@ -11,7 +11,7 @@ AC_PREREQ(2.57)
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a1"
+TCL_PATCH_LEVEL="a2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index e9aaf63..bf77c29 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.19 2004/03/17 18:14:19 das Exp $
+# $Id: tcl.spec,v 1.20 2004/03/26 19:47:29 dgp Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.5a1
+%define version 8.5a2
%define directory /usr/local
Summary: Tcl scripting language development environment