diff options
author | dgp <dgp@users.sourceforge.net> | 2010-04-30 21:15:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-04-30 21:15:42 (GMT) |
commit | 6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81 (patch) | |
tree | d550ea733f0201576c408c6764ed0bd66975357e /win/configure.in | |
parent | fc29863f3fe1e359b0a7727e0b8a46d7b5cef69e (diff) | |
download | tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.zip tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.gz tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.bz2 |
* generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish
* library/init.tcl: CVS snapshots from earlier snapshots as well
* unix/configure.in: as the 8.6b1 and 8.6b2 releases.
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 8223a7e..3786b74 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.121 2010/03/30 14:05:53 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.122 2010/04/30 21:15:42 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="b1.1" +TCL_PATCH_LEVEL="b1.2" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |