diff options
author | hobbs <hobbs> | 1999-12-22 00:00:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-22 00:00:16 (GMT) |
commit | ba532fa572158cf1080aaf9775cae8bdc418bd9f (patch) | |
tree | 40cc74ae6b672b93e526c5f915386d6cd4fdfebf /win/configure.in | |
parent | a29fb141e2be70d1cd9b901a14c3f8b3c8b93b5e (diff) | |
download | tcl-ba532fa572158cf1080aaf9775cae8bdc418bd9f.zip tcl-ba532fa572158cf1080aaf9775cae8bdc418bd9f.tar.gz tcl-ba532fa572158cf1080aaf9775cae8bdc418bd9f.tar.bz2 |
* win/mkd.bat:
* win/rmd.bat: removed necessity of tag.txt [Bug: 3874]
* win/tclWinThrd.c: changed CreateThread to _beginthreadex and
ExitThread to _endthreadex
* win/README.binary:
* win/configure.in: updated to patch level 8.3b1
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 80a5cb4..fc739ea 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,14 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.15 1999/12/06 01:46:08 wart Exp $ +# RCS: @(#) $Id: configure.in,v 1.16 1999/12/22 00:00:16 hobbs Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.3 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=3 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="b1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION #-------------------------------------------------------------------- |