diff options
author | dgp <dgp@users.sourceforge.net> | 2008-01-02 19:03:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-01-02 19:03:29 (GMT) |
commit | 9c3e06f2af4831933ed763da9337da45cc3219d7 (patch) | |
tree | 123c547c51da2e9ccb5376d7aeea8ee7604801e2 /unix | |
parent | 96ce1f27bd68923e39e5e4660fa065735e4e54fa (diff) | |
download | tcl-9c3e06f2af4831933ed763da9337da45cc3219d7.zip tcl-9c3e06f2af4831933ed763da9337da45cc3219d7.tar.gz tcl-9c3e06f2af4831933ed763da9337da45cc3219d7.tar.bz2 |
* generic/tcl.h: Bump version number to 8.5.1b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.0 and
* unix/configure.in: 8.5.1 releases.
* unix/tcl.spec:
* win/configure.in:
* README
* 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 c266e59..5133e09 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".0" +TCL_PATCH_LEVEL=".1b1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index e18980b..e1012c4 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.172 2007/12/13 15:28:41 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.173 2008/01/02 19:03:30 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=".0" +TCL_PATCH_LEVEL=".1b1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index d466836..b356b92 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,11 +1,11 @@ -# $Id: tcl.spec,v 1.33 2007/12/13 15:28:42 dgp Exp $ +# $Id: tcl.spec,v 1.34 2008/01/02 19:03:31 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.5.0 +Version: 8.5.1b1 Release: 2 License: BSD Group: Development/Languages |