diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-28 16:08:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-28 16:08:24 (GMT) |
commit | 0518a588f5a633d1d571201f456c5a4c368bded6 (patch) | |
tree | 42d7dd9fc5d98db8d423788cf5136f4aceb6652f /win | |
parent | a673f18a1b9d99e936e8fd534c8c068a245a2ca4 (diff) | |
download | tcl-0518a588f5a633d1d571201f456c5a4c368bded6.zip tcl-0518a588f5a633d1d571201f456c5a4c368bded6.tar.gz tcl-0518a588f5a633d1d571201f456c5a4c368bded6.tar.bz2 |
* generic/tcl.h: Bump version number to 8.5.5b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.4 and
* unix/configure.in: 8.5.5 releases.
* unix/tcl.spec:
* win/configure.in:
* tools/tcl.wse.in:
* README
* unix/configure: autoconf (2.59)
* win/configure:
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure index a6c4558..fde85a9 100755 --- a/win/configure +++ b/win/configure @@ -1272,7 +1272,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".4" +TCL_PATCH_LEVEL=".5b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 diff --git a/win/configure.in b/win/configure.in index bc0f6f1..9ce1e5e 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.104.2.3 2008/08/08 15:22:36 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.104.2.4 2008/08/28 16:08:39 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".4" +TCL_PATCH_LEVEL=".5b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |