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 /win/configure | |
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 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 5dbcca8..0de0b45 100755 --- a/win/configure +++ b/win/configure @@ -1267,7 +1267,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".0" +TCL_PATCH_LEVEL=".1b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |