diff options
author | dgp <dgp@users.sourceforge.net> | 2006-05-04 14:01:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-05-04 14:01:18 (GMT) |
commit | 567b7209bf2c1079048fca82605f2f468b9bf66b (patch) | |
tree | 58a7d2b0f3dd48dc798d5aabc063e856b44a1c28 /unix | |
parent | 71536416ed0e6ce72d256d64c61ac0ecf23df29e (diff) | |
download | tcl-567b7209bf2c1079048fca82605f2f468b9bf66b.zip tcl-567b7209bf2c1079048fca82605f2f468b9bf66b.tar.gz tcl-567b7209bf2c1079048fca82605f2f468b9bf66b.tar.bz2 |
* README: Bump version number to 8.5a5
* generic/tcl.h:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.59
* 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 4febb3e..395ee08 100755 --- a/unix/configure +++ b/unix/configure @@ -1332,7 +1332,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a4" +TCL_PATCH_LEVEL="a5" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 6ffca54..1f082dc 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.141 2006/03/13 20:42:22 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.142 2006/05/04 14:01:27 dgp Exp $ AC_INIT([tcl],[8.5]) AC_PREREQ(2.59) @@ -27,7 +27,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a4" +TCL_PATCH_LEVEL="a5" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 87d7525..2459e1b 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,11 +1,11 @@ -# $Id: tcl.spec,v 1.24 2006/03/23 16:39:19 rmax Exp $ +# $Id: tcl.spec,v 1.25 2006/05/04 14:01:27 dgp Exp $ # This file is the basis for a binary Tcl RPM for Linux. %{!?directory:%define directory /usr/local} Name: tcl Summary: Tcl scripting language development environment -Version: 8.5a4 +Version: 8.5a5 Release: 2 License: BSD Group: Development/Languages |