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 | |
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')
-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 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 diff --git a/win/configure.in b/win/configure.in index 2eb21b6..c5b2107 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.99 2007/12/13 15:28:43 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.100 2008/01/02 19:03:31 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=".0" +TCL_PATCH_LEVEL=".1b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |