diff options
author | hobbs <hobbs> | 1999-10-05 22:47:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-05 22:47:04 (GMT) |
commit | c67d7bf369b87f7440411eb5c4ec8d5773ec1461 (patch) | |
tree | 5646f922262ffbf32320f68c25a6415d94f66da5 /win/configure.in | |
parent | 0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b (diff) | |
download | tcl-c67d7bf369b87f7440411eb5c4ec8d5773ec1461.zip tcl-c67d7bf369b87f7440411eb5c4ec8d5773ec1461.tar.gz tcl-c67d7bf369b87f7440411eb5c4ec8d5773ec1461.tar.bz2 |
* {win,mac,unix,tools,}/README:
* win/README.binary:
* win/makefile.vc:
* {win,unix}/configure.in:
* generic/tcl.h:
* library/init.tcl: updated to 8.3a1 from 8.2.0.
* win/tclWinReg.c: fixed registry command to properly 'get'
HKEY_PERFORMANCE_DATA root key data. Needs more work.
* win/tclWinSerial.c: changed SerialSetOptionProc to return
TCL_OK by default. (patch from Rolf Schroedter)
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in index a25b8a7..7c24c20 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.13 1999/08/10 23:16:27 redman Exp $ +# RCS: @(#) $Id: configure.in,v 1.14 1999/10/05 22:47:05 hobbs Exp $ AC_INIT(../generic/tcl.h) -TCL_VERSION=8.2 +TCL_VERSION=8.3 TCL_MAJOR_VERSION=8 -TCL_MINOR_VERSION=2 -TCL_PATCH_LEVEL=".0" +TCL_MINOR_VERSION=3 +TCL_PATCH_LEVEL="a1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION #-------------------------------------------------------------------- |