diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
commit | 3af957166bb1ca8c82cb61fb255ba045e34eb185 (patch) | |
tree | 30d975a805906db9ec79402bcd4f6db55114edf9 /unix | |
parent | 1fab20da2dcd874015e0001999807698fcc6688e (diff) | |
download | tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.zip tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.gz tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.bz2 |
* README: Bumped version number to 8.5a2 to
* tools/tcl.wse.in: distinguish HEAD of CVS development
* unix/configure.in: from the recent 8.5a1 release.
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.57
* win/configure:
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tcl.spec | 4 |
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 |