diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 4 | ||||
-rw-r--r-- | win/configure.in | 8 | ||||
-rw-r--r-- | win/makefile.vc | 8 |
3 files changed, 10 insertions, 10 deletions
@@ -1,10 +1,10 @@ -Tk 8.2 for Windows +Tk 8.3 for Windows by Scott Stanton Scriptics Corporation scott.stanton@scriptics.com -RCS: @(#) $Id: README,v 1.11 1999/06/25 23:30:27 welch Exp $ +RCS: @(#) $Id: README,v 1.12 1999/10/01 22:45:30 hobbs Exp $ This is the directory where you configure and compile the Windows version of Tk. This directory also contains source files for Tk diff --git a/win/configure.in b/win/configure.in index 21dcdd1..af06ec9 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,14 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.9 1999/09/10 00:23:12 wart Exp $ +# RCS: @(#) $Id: configure.in,v 1.10 1999/10/01 22:45:31 hobbs Exp $ AC_INIT(../generic/tk.h) -TK_VERSION=8.2 +TK_VERSION=8.3 TK_MAJOR_VERSION=8 -TK_MINOR_VERSION=2 -TK_PATCH_LEVEL=".0" +TK_MINOR_VERSION=3 +TK_PATCH_LEVEL="a1" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #-------------------------------------------------------------------- diff --git a/win/makefile.vc b/win/makefile.vc index 29ca19c..5efd132 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -4,7 +4,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Copyright (c) 1995-1997 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.27 1999/07/31 02:31:57 redman Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.28 1999/10/01 22:45:31 hobbs Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -28,7 +28,7 @@ ROOT = .. TOOLS32 = c:\program files\devstudio\vc TOOLS32_rc = c:\program files\devstudio\sharedide -TCLDIR = ..\..\tcl8.2 +TCLDIR = ..\..\tcl8.3 INSTALLDIR = c:\program files\tcl # Set this to the appropriate value of /MACHINE: for your platform @@ -50,8 +50,8 @@ NODEBUG = 1 TCLNAMEPREFIX = tcl TKNAMEPREFIX = tk WISHNAMEPREFIX = wish -VERSION = 82 -DOTVERSION = 8.2 +VERSION = 83 +DOTVERSION = 8.3 TCLSTUBPREFIX = $(TCLNAMEPREFIX)stub TKSTUBPREFIX = $(TKNAMEPREFIX)stub |